Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: bool StartsWith<T>(this IEnumerable<T>, IEnumerable<T>)

Declaration

public static bool StartsWith<T>(
    this IEnumerable<T> source,
    IEnumerable<T> sequence
)

Summary

Returns true if and only if the input collection begins with the specified collection.

Generic type parameters

TThis type parameter is not documented.