Click or drag to resize
DigitalRuneLinqHelper Class
Provides new extension methods for LINQ.
Inheritance Hierarchy
SystemObject
  DigitalRune.LinqLinqHelper

Namespace: DigitalRune.Linq
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public static class LinqHelper

The LinqHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDoT(IEnumerableT, ActionT)
Performs the given action on each element in a sequence when it is enumerated.
Public methodStatic memberDoT(IEnumerableT, ActionT, Int32)
Performs the given action on each element (incorporating its index) in a sequence when it is enumerated.
Public methodStatic memberEmptyT
Public methodStatic memberForEachT(IEnumerableT, ActionT)
Immediately performs the given action on each element in a sequence.
Public methodStatic memberForEachT(IEnumerableT, ActionT, Int32)
Immediately performs the given action on each element (incorporating its index) in a sequence.
Public methodStatic memberIndexOfT
Returns the index of the first element in a sequence that satisfies the specified condition.
Public methodStatic memberReturnT
Top
See Also