Click or drag to resize
DigitalRuneLinqHelper Methods

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