LinqHelper Class |
Namespace: DigitalRune.Linq
The LinqHelper type exposes the following members.
Name | Description | |
---|---|---|
DoT(IEnumerableT, ActionT) |
Performs the given action on each element in a sequence when it is enumerated.
| |
DoT(IEnumerableT, ActionT, Int32) |
Performs the given action on each element (incorporating its index) in a sequence when it is
enumerated.
| |
EmptyT |
Returns an empty IEnumerableT that has the specified type argument.
| |
ForEachT(IEnumerableT, ActionT) |
Immediately performs the given action on each element in a sequence.
| |
ForEachT(IEnumerableT, ActionT, Int32) |
Immediately performs the given action on each element (incorporating its index) in a
sequence.
| |
IndexOfT |
Returns the index of the first element in a sequence that satisfies the specified condition.
| |
ReturnT |
Returns an IEnumerableT that returns a single element.
|