Click or drag to resize
DigitalRunePairTFirst, TSecond Constructor

Namespace: DigitalRune.Collections
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public Pair(
	TFirst first,
	TSecond second
)

Parameters

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