EyeAuras Docs EyeAuras Docs
EyeAuras Docs EyeAuras Docs
DocFX + Singulink = ♥

Search Results for

    Method ToSourceList

    ToSourceList<T>(IObservable<IChangeSet<T>>)

    Declaration
    public static ISourceList<T> ToSourceList<T>(this IObservable<IChangeSet<T>> source)
    Parameters
    Type Name Description
    IObservable<IChangeSet<T>> source
    Returns
    Type Description
    ISourceList<T>
    Type Parameters
    Name Description
    T

    ToSourceList<T>(IEnumerable<T>)

    Declaration
    public static ISourceList<T> ToSourceList<T>(this IEnumerable<T> items)
    Parameters
    Type Name Description
    IEnumerable<T> items
    Returns
    Type Description
    ISourceList<T>
    Type Parameters
    Name Description
    T

    ToSourceList<T>(IEnumerable<ISourceList<T>>)

    Declaration
    [Obsolete("DynamicCombiner and ReferenceCountTracker contain a bug that could be reproduced by Edit()ing a list and replacing an item there")]
    public static ISourceList<T> ToSourceList<T>(this IEnumerable<ISourceList<T>> lists)
    Parameters
    Type Name Description
    IEnumerable<ISourceList<T>> lists
    Returns
    Type Description
    ISourceList<T>
    Type Parameters
    Name Description
    T
    © Xab3r. All rights reserved.