[This is preliminary documentation and is subject to change.]
Constructs an edge from two Node objects.
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 Edge( Node source, Node target )
Parameters
- source
- Type: Microsoft.Research.Naiad.Frameworks.GraphLINQNode
The source node. - target
- Type: Microsoft.Research.Naiad.Frameworks.GraphLINQNode
The target node.
See Also