Enhanced C#
Language of your choice: library documentation
|
This is the complete list of members for Loyc.Collections.LCExt, including all inherited members.
AsCollection< T >(this IReadOnlyCollection< T > c) | Loyc.Collections.LCExt | inlinestatic |
AsList< T >(this IListSource< T > c) | Loyc.Collections.LCExt | inlinestatic |
AsListSource< T >(this IList< T > c) | Loyc.Collections.LCExt | inlinestatic |
AsListSource< T >(this IListAndListSource< T > c) (defined in Loyc.Collections.LCExt) | Loyc.Collections.LCExt | inlinestatic |
AsReadOnly< T >(this ICollection< T > c) | Loyc.Collections.LCExt | inlinestatic |
AsSparse< T >(this IListSource< T > list) | Loyc.Collections.LCExt | inlinestatic |
AsSparse< T >(this ISparseListSource< T > list) | Loyc.Collections.LCExt | inlinestatic |
Buffered< T >(this IEnumerator< T > source) (defined in Loyc.Collections.LCExt) | Loyc.Collections.LCExt | inlinestatic |
Buffered< T >(this IEnumerable< T > source) (defined in Loyc.Collections.LCExt) | Loyc.Collections.LCExt | inlinestatic |
Buffered< T >(this IListSource< T > source) (defined in Loyc.Collections.LCExt) | Loyc.Collections.LCExt | inlinestatic |
Buffered< T >(this IList< T > source) (defined in Loyc.Collections.LCExt) | Loyc.Collections.LCExt | inlinestatic |
Join(this System.Collections.IEnumerable list, string separator) (defined in Loyc.Collections.LCExt) | Loyc.Collections.LCExt | inlinestatic |
NegLists< T >(this IList< T > source) (defined in Loyc.Collections.LCExt) | Loyc.Collections.LCExt | inlinestatic |
NegLists< T >(this IListAndListSource< T > source) (defined in Loyc.Collections.LCExt) | Loyc.Collections.LCExt | inlinestatic |
NegLists< T >(this IListSource< T > source) (defined in Loyc.Collections.LCExt) | Loyc.Collections.LCExt | inlinestatic |
NegView< T >(this IList< T > list, int zeroOffset) | Loyc.Collections.LCExt | inlinestatic |
NegView< T >(this IListAndListSource< T > list, int zeroOffset) | Loyc.Collections.LCExt | inlinestatic |
NegView< T >(this IListSource< T > list, int zeroOffset) | Loyc.Collections.LCExt | inlinestatic |
Reverse< T >(this IListSource< T > c) | Loyc.Collections.LCExt | inlinestatic |
Select< T, TResult >(this IListSource< T > source, Func< T, TResult > selector) (defined in Loyc.Collections.LCExt) | Loyc.Collections.LCExt | inlinestatic |
Slice< T >(this IList< T > list, int start, int length=int.MaxValue) (defined in Loyc.Collections.LCExt) | Loyc.Collections.LCExt | inlinestatic |
Slice< T >(this IListAndListSource< T > list, int start, int length=int.MaxValue) (defined in Loyc.Collections.LCExt) | Loyc.Collections.LCExt | inlinestatic |
Slice< T >(this INegListSource< T > list, int start, int count) | Loyc.Collections.LCExt | inlinestatic |
UpCast< T, TResult >(this IReadOnlyCollection< T > source) (defined in Loyc.Collections.LCExt) | Loyc.Collections.LCExt | inlinestatic |
UpCast< T, TResult >(this IListSource< T > source) (defined in Loyc.Collections.LCExt) | Loyc.Collections.LCExt | inlinestatic |