public static class UtilsIEnumerable<ExtensionAttribute>
Public NotInheritable Class UtilsIEnumerable[ExtensionAttribute]
public ref class UtilsIEnumerable abstract sealed[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type UtilsIEnumerable = class end| 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. |