NodeWithValueTValue StructureNaiad Help

[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

  NameDescription
Public methodNodeWithValueTValue
Constructs a node-value pair from the given node and value.
Top
Methods

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

  NameDescription
Public fieldnode
The node.
Public fieldvalue
The value.
Top
See Also

Reference