Click or drag to resize
DigitalRunePairTFirst, TSecondSecond Property
Gets or sets the second object.

Namespace: DigitalRune.Collections
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public TSecond Second { get; set; }

Property Value

Type: TSecond
The second object.
See Also