Pair T1, T2  Constructor DryadLINQ documentation
Initializes an instance of this key-value Pair structure.

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

public Pair(
	T1 x,
	T2 y
)

Parameters

x
Type: T1
The key of the pair.
y
Type: T2
The value of the pair.
See Also