Class DictionaryConverter<TValue, TConverter>
A converter for instances of System.Collections.Generic.Dictionary<TKey, TValue>, specifying a value converter as a type parameter.
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: IPA.Config.Stores.Converters
Assembly: IPA.Loader.dll
Syntax
public sealed class DictionaryConverter<TValue, TConverter> : DictionaryConverter<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 SourceDictionaryConverter()
Constructs a new IDictionaryConverter<TValue, TConverter> with a new instance of
TConverter
as the value converter.
Declaration
public DictionaryConverter()