NodeWithValueTValue Constructor Naiad Help

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

Constructs a node-value pair from the given node and value.

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 NodeWithValue(
	Node node,
	TValue value
)

Parameters

node
Type: Microsoft.Research.Naiad.Frameworks.GraphLINQNode
The node.
value
Type: TValue
The value.
See Also

Reference