[This is preliminary documentation and is subject to change.]
Constructs an edge-value pair from the given edge 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 EdgeWithValue( Edge edge, TValue value )
Parameters
- edge
- Type: Microsoft.Research.Naiad.Frameworks.GraphLINQEdge
The edge. - value
- Type: TValue
The value.
See Also