ForkValueT Constructor DryadLINQ documentation
Initializes an instance of ForkValue{T}. Its element has valid value.

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

public ForkValue(
	T x
)

Parameters

x
Type: T
The value of the element
See Also

Reference