[This is preliminary documentation and is subject to change.]
Represents an Edge 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 EdgeWithValue<TValue>
Type Parameters
- TValue
- The value type.
The EdgeWithValueTValue type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| EdgeWithValueTValue |
Constructs an edge-value pair from the given edge and value.
|
Methods
| Name | Description | |
|---|---|---|
| GetHashCode |
GetHashCode override
(Overrides ValueTypeGetHashCode.) |
Fields
| Name | Description | |
|---|---|---|
| edge |
The edge.
| |
| value |
The value.
|
See Also