Class ISetConverter<T, TConverter>
An ISetConverter<T> which default constructs a converter for use as the value converter.
Implements
Inherited Members
Namespace: IPA.Config.Stores.Converters
Assembly: IPA.Loader.dll
Syntax
public sealed class ISetConverter<T, TConverter> : ISetConverter<T>, IValueConverter where TConverter : ValueConverter<T>, new()
Type Parameters
Name | Description |
---|---|
T | the value type of the collection |
TConverter | the type of the converter to use for |
Constructors
| Improve this Doc View SourceISetConverter()
Creates an ISetConverter<T> using a default constructed TConverter
element type. Equivalent to calling ISetConverter(ValueConverter<T>)
with a default-constructed TConverter
.
Declaration
public ISetConverter()