[This is preliminary documentation and is subject to change.]
Constructs a node with the given index.
Namespace: Microsoft.Research.Naiad.Frameworks.GraphLINQ
Assembly: Microsoft.Research.Naiad.GraphLINQ (in Microsoft.Research.Naiad.GraphLINQ.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
public Node( int index )
Parameters
- index
- Type: SystemInt32
The unique index of the node.
See Also