PairTFirst, TSecond Constructor Naiad Help

[This is preliminary documentation and is subject to change.]

Constructs a pair from two elements

Namespace: Microsoft.Research.Naiad
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax

C#
public Pair(
	TFirst first,
	TSecond second
)

Parameters

first
Type: TFirst
The first element.
second
Type: TSecond
The second element.
See Also

Reference