[This is preliminary documentation and is subject to change.]
Represents a Node that is associated with a 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 struct NodeWithValue<TValue>
Type Parameters
- TValue
- The value type.
The NodeWithValueTValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
NodeWithValueTValue |
Constructs a node-value pair from the given node and value.
|
Methods
Name | Description | |
---|---|---|
GetHashCode |
GetHashCode override
(Overrides ValueTypeGetHashCode.) |
Fields
Name | Description | |
---|---|---|
node |
The node.
| |
value |
The value.
|
See Also