NodeWithValueTValue Method Naiad Help

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

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<TValue> WithValue<TValue>(
	TValue value
)

Parameters

value
Type: TValue
The value.

Type Parameters

TValue
The value type.

Return Value

Type: NodeWithValueTValue
A NodeWithValueTValue based on this node and the given value.
See Also

Reference