Click or drag to resize

coordinateBindCoordinateBindT Method (IEnumerableIEnumerableIEnumerableT)

Namespace:  WhetStone.Looping
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public static IEnumerable<Tuple<T, Tuple<int, int, int>>> CoordinateBind<T>(
	this IEnumerable<IEnumerable<IEnumerable<T>>> this
)

Parameters

this
Type: System.Collections.GenericIEnumerableIEnumerableIEnumerableT
The IEnumerableT of IEnumerableT of IEnumerableTs whose elements to use.

Type Parameters

T
The type of the IEnumerableT of IEnumerableT of IEnumerableTs.

Return Value

Type: IEnumerableTupleT, TupleInt32, Int32, Int32
A new IEnumerableT of TupleT1, T2, T3, T4. The first element of each tuple is the element, the next are the coordinates.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerableIEnumerableIEnumerableT. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also