Search Results for

    Show / Hide Table of Contents

    Class ListConverter<T, TConverter>

    A ListConverter<T> which default constructs a converter for use as the value converter.

    Inheritance
    System.Object
    ValueConverter<System.Collections.Generic.List<T>>
    CollectionConverter<T, System.Collections.Generic.List<T>>
    ListConverter<T>
    ListConverter<T, TConverter>
    Implements
    IValueConverter
    Inherited Members
    ListConverter<T>.Create(Int32, Object)
    CollectionConverter<T, List<T>>.BaseConverter
    CollectionConverter<T, List<T>>.Create(Int32, Object)
    CollectionConverter<T, List<T>>.PopulateFromValue(List<T>, List, Object)
    CollectionConverter<T, List<T>>.FromValue(Value, Object)
    CollectionConverter<T, List<T>>.ToValue(List<T>, Object)
    ValueConverter<List<T>>.ToValue(List<T>, Object)
    ValueConverter<List<T>>.FromValue(Value, Object)
    ValueConverter<List<T>>.IValueConverter.ToValue(Object, Object)
    ValueConverter<List<T>>.IValueConverter.FromValue(Value, Object)
    ValueConverter<List<T>>.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 ListConverter<T, TConverter> : ListConverter<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 T

    Constructors

    | Improve this Doc View Source

    ListConverter()

    Creates an ListConverter<T> using a default constructed TConverter element type. Equivalent to calling ListConverter(ValueConverter<T>) with a default-constructed TConverter.

    Declaration
    public ListConverter()
    See Also
    ListConverter(ValueConverter<T>)

    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[])

    See Also

    ListConverter<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX