![]() | LinqHelper Class |
Namespace: DigitalRune.Linq
The LinqHelper type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Do<T>(IEnumerable<T>, Action<T>) |
Performs the given action on each element in a sequence when it is enumerated.
|
![]() ![]() | Do<T>(IEnumerable<T>, Action<T, Int32>) |
Performs the given action on each element (incorporating its index) in a sequence when it is
enumerated.
|
![]() ![]() | Empty<T> |
Returns an empty IEnumerable< T> that has the specified type argument.
|
![]() ![]() | ForEach<T>(IEnumerable<T>, Action<T>) |
Immediately performs the given action on each element in a sequence.
|
![]() ![]() | ForEach<T>(IEnumerable<T>, Action<T, Int32>) |
Immediately performs the given action on each element (incorporating its index) in a
sequence.
|
![]() ![]() | IndexOf<T> |
Returns the index of the first element in a sequence that satisfies the specified condition.
|
![]() ![]() | Return<T> |
Returns an IEnumerable< T> that returns a single element.
|