EdgeWithValueTValue StructureNaiad Help

[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

  NameDescription
Public methodEdgeWithValueTValue
Constructs an edge-value pair from the given edge and value.
Top
Methods

  NameDescription
Public methodGetHashCode
GetHashCode override
(Overrides ValueTypeGetHashCode.)
Top
Fields

  NameDescription
Public fieldedge
The edge.
Public fieldvalue
The value.
Top
See Also

Reference