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