IndexOf<>(source, predicate, startIndex) IndexOf<>(source, element, comparer) JoinString<>(values, separator, prefix, suffix, lastSeparator) Order<>(source, comparer) SkipLast<>(source, count, throwIfNotEnough) Split<>(splitWhat, splitWhere) Split<>(source, chunkSize) ToDictionary2<>(source, key1Selector, key2Selector, comparer1, comparer2) ToDictionary2<>(source, key1Selector, key2Selector, elementSelector, comparer1, comparer2)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Extension method: bool StartsWith<T>(this IEnumerable<T>, IEnumerable<T>)Declarationpublic static bool StartsWith<T>(
this IEnumerable<T> source,
IEnumerable<T> sequence
) SummaryReturns true if and only if the input collection begins with the specified collection. Generic type parametersT | This type parameter is not documented. |
|