Click or drag to resize
DigitalRunePairT Constructor

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

Parameters

first
Type: T
The first object.
second
Type: T
The second object.
See Also