SubArrayTElementItem Property Naiad Help

[This is preliminary documentation and is subject to change.]

The element of this subarray at the given index.

Namespace: Microsoft.Research.Naiad.Serialization
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax

C#
public TElement this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
The index.

Return Value

Type: TElement
The element of this subarray at the given index.
See Also

Reference