Search Results for

    Show / Hide Table of Contents

    Class IDictionaryConverter<TValue, TConverter>

    A converter for instances of System.Collections.Generic.IDictionary<TKey, TValue>, specifying a value converter as a type parameter.

    Inheritance
    System.Object
    ValueConverter<System.Collections.Generic.IDictionary<System.String, TValue>>
    IDictionaryConverter<TValue>
    IDictionaryConverter<TValue, TConverter>
    Implements
    IValueConverter
    Inherited Members
    IDictionaryConverter<TValue>.BaseConverter
    IDictionaryConverter<TValue>.FromValue(Value, Object)
    IDictionaryConverter<TValue>.ToValue(IDictionary<String, TValue>, Object)
    ValueConverter<IDictionary<String, TValue>>.ToValue(IDictionary<String, TValue>, Object)
    ValueConverter<IDictionary<String, TValue>>.FromValue(Value, Object)
    ValueConverter<IDictionary<String, TValue>>.IValueConverter.ToValue(Object, Object)
    ValueConverter<IDictionary<String, TValue>>.IValueConverter.FromValue(Value, Object)
    ValueConverter<IDictionary<String, TValue>>.IValueConverter.Type
    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 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 Source

    IDictionaryConverter()

    Constructs a new IDictionaryConverter<TValue, TConverter> with a new instance of TConverter as the value converter.

    Declaration
    public IDictionaryConverter()

    Implements

    IValueConverter

    Extension Methods

    ReflectionUtil.SetField<T, U>(T, String, U)
    ReflectionUtil.GetField<U, T>(T, String)
    ReflectionUtil.SetProperty<T, U>(T, String, U)
    ReflectionUtil.GetProperty<U, T>(T, String)
    ReflectionUtil.InvokeMethod<U, T>(T, String, Object[])
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX