[This is preliminary documentation and is subject to change.]
Creates a NodeWithValueTValue with this node and the given 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<TValue> WithValue<TValue>( TValue value )
Parameters
- value
- Type: TValue
The value.
Type Parameters
- TValue
- The value type.
Return Value
Type: NodeWithValueTValueA NodeWithValueTValue based on this node and the given value.
See Also