Class IDictionaryConverter<TValue, TConverter>
A converter for instances of IDictionary<TKey,TValue>, specifying a value converter as a type parameter.
Implements
Inherited Members
Namespace: IPA.Config.Stores.Converters
Assembly: IPA.Loader.dll
Syntax
public sealed class IDictionaryConverter<TValue, TConverter> : IDictionaryConverter<TValue>, IValueConverter where TConverter : ValueConverter<TValue>, new()
Type Parameters
| Name | Description |
|---|---|
| TValue | the value type of the dictionary |
| TConverter | the converter type for values |
Constructors
| Improve this Doc View SourceIDictionaryConverter()
Constructs a new IDictionaryConverter<TValue, TConverter> with a new instance of
TConverter as the value converter.
Declaration
public IDictionaryConverter()