Click or drag to resize
Cimbalino ToolkitIEnumerableExtensions Methods

The IEnumerableExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberApplyTResult(IEnumerableTResult, ActionTResult)
Public methodStatic memberApplyTResult(IEnumerableTResult, ActionTResult, Int32)
Public methodStatic memberBatchTResult
Produces a sequence containing batches of the current elements with the specified size.
Public methodStatic memberCombinationsTResult
Produces a sequence containing all possible combinations of the current elements with the specified selection size.
Public methodStatic memberConcatTResult
Produces a sequence containing the current elements along with the specified element.
Public methodStatic memberDescendantsTResult
Public methodStatic memberPermutationsTResult
Produces a sequence containing all possible permutations of the current elements with the specified selection size.
Public methodStatic memberShuffleTResult(IEnumerableTResult)
Produces a sequence containing the current elements randomly shuffled.
Public methodStatic memberShuffleTResult(IEnumerableTResult, Int32)
Produces a sequence containing the current elements randomly shuffled, using the specified seed to calculate a starting value for the pseudo-random number sequence.
Public methodStatic memberSliceTResult
Produces a sequence containing a subset of the current elements, starting from the specified position.
Public methodStatic memberToEnumerableTResult
Creates a new enumerable containing the specified element.
Public methodStatic memberToObservableCollectionTResult
Public methodStatic memberToOptimizedObservableCollectionTResult
Public methodStatic memberToQueueTResult
Public methodStatic memberToStackTResult
Top
See Also