 | indicesIndicesT Method (T) |
Get all indices of a 1D
Array.
Namespace:
WhetStone.Looping
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntaxpublic static IList<int> Indices<T>(
this T[] this
)
Parameters
- this
- Type: T
The 1D Array to get all indices of.
Type Parameters
- T
- The type of the Array
Return Value
Type:
IListInt32a read-only
IListT of all valid indices of
thisUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type . 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