List
Provides various extensions for IList<T> interface.
Provides strongly-typed access to list indexer.
public static ReadOnlyListView<I, O> Convert<I, O>(this IReadOnlyList<I> list, ref ValueFunc converter)
Returns lazily converted read-only list.
public static ReadOnlyListView<I, O> Convert<I, O>(this IReadOnlyList<I> list, Converter<I, O> converter)
Returns lazily converted read-only list.
Returns get_Item as delegate
attached to the list instance.
Returns get_Item as delegate
attached to the list instance.
Returns set_Item as delegate
attached to the list instance.
Inserts the item into sorted list.
Constructs read-only list with single item in it.
Converts list into array and perform mapping for each
element.
Converts list into array and perform mapping for each
element.
Converts list into array and perform mapping for each
element.
Converts list into array and perform mapping for each
element.