[This is preliminary documentation and is subject to change.]
Returns the value at the given index.
Namespace: Microsoft.Research.Naiad.Runtime.Progress
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
public int this[ int index ] { get; set; }
Parameters
- index
- Type: SystemInt32
The index.
Return Value
Type: Int32The value at the given index.
See Also