UtilsIEnumerable Class

Utility routines for IEnumerable.

Definition

Namespace: Karamba.Utilities
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public static class UtilsIEnumerable
Inheritance
Object    UtilsIEnumerable

Methods

NestedForEachT, V(IEnumerableIEnumerableT, FuncT, V) Perform an operation on IEnumerable of IEnumerable and leave the structure unchanged.
NestedForEachT, V(IEnumerableIEnumerableIEnumerableT, FuncT, V) Perform an operation on IEnumerable of IEnumerable of IEnumerable and leave the structure unchanged.
ToEnumerable2dT Converts a multidimensional array to a jagged IEnumerable>IEnumerable>T<<.
TransposeT(IEnumerableIEnumerableT) Transpose an IEnumerable of IEnumerable.
TransposeT(T) Transpose 2d array. But considering just use the same array with exchanged indexes.

See Also