Click or drag to resize
Cimbalino ToolkitIEnumerableExtensions Class
Inheritance Hierarchy
SystemObject
  Cimbalino.Toolkit.ExtensionsIEnumerableExtensions

Namespace: Cimbalino.Toolkit.Extensions
Assembly: Cimbalino.Toolkit.Core (in Cimbalino.Toolkit.Core.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
C#
public static class IEnumerableExtensions

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
Version Information

Portable

Supported in: 4.5

Windows

Supported in: 10.0, 8.1

Windows Phone

Supported in: 8.1

Windows Phone Silverlight

Supported in: 8.1, 8.0
See Also