ForkTuple T1, T2, T3  Constructor DryadLINQ documentation
Initializes an instance of ForkTuple of three elements. All the elements have valid values.

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

public ForkTuple(
	T1 x,
	T2 y,
	T3 z
)

Parameters

x
Type: T1
The first element
y
Type: T2
The second element
z
Type: T3
The third element
See Also