Class ListConverter<T, TConverter>
A ListConverter<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 ListConverter<T, TConverter> : ListConverter<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 SourceListConverter()
Creates an ListConverter<T> using a default constructed TConverter
element type. Equivalent to calling ListConverter(ValueConverter<T>)
with a default-constructed TConverter
.
Declaration
public ListConverter()