Whetstone Class reference
Whetstone Class reference
Whetstone
WhetStone Namespaces
WhetStone.Looping
coordinateBind Class
coordinateBind Methods
CoordinateBind Method
CoordinateBind Method (Array)
CoordinateBind(T) Method (Array)
CoordinateBind(T) Method (IEnumerable(IEnumerable(IEnumerable(T))))
CoordinateBind(T) Method (IEnumerable(IEnumerable(T)))
CoordinateBind(T) Method (T[,])
CoordinateBind(T) Method (T[,])
coordinateBind
CoordinateBind
T
Method (Array)
Binds the elements in an
Array
to their coordinates.
Namespace:
WhetStone.Looping
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
Copy
public
static
IEnumerable
<
Tuple
<T,
int
[]>>
CoordinateBind
<T>(
this
Array
this
)
Parameters
this
Type:
System
Array
The
Array
whose elements to use.
Type Parameters
T
The type of the
Array
.
Return Value
Type:
IEnumerable
Tuple
T
,
Int32
A new
IEnumerable
T
of
Tuple
T1, T2
. The first element of each tuple is the element, the second is the coordinates.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Array
. 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)
.
Remarks
This is a generic overload, to use weak typing, see
CoordinateBind
T
(Array)
.
See Also
Reference
coordinateBind Class
CoordinateBind Overload
WhetStone.Looping Namespace