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
ToSourceList<T>(IEnumerable<T>)
Declaration
public static ISourceList<T> ToSourceList<T>(this IEnumerable<T> items)
Parameters
Returns
| Type |
Description |
| ISourceList<T> |
|
Type Parameters
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