ForkValueTValue Property DryadLINQ documentation
Gets the value of the element. It is valid only if HasValue returns true.

Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.2.1.0 (0.2.1.0)
Syntax

public T Value { get; set; }

Property Value

Type: T
See Also

Reference