Class IReadOnlyDictionaryConverter<TValue, TConverter>
A converter for instances of IReadOnlyDictionary<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 IReadOnlyDictionaryConverter<TValue, TConverter> : IReadOnlyDictionaryConverter<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 SourceIReadOnlyDictionaryConverter()
Constructs a new IReadOnlyDictionaryConverter<TValue, TConverter> with a new instance of
TConverter
as the value converter.
Declaration
public IReadOnlyDictionaryConverter()