Click or drag to resize
DigitalRunePairTFirst Property
Gets or sets the first object.

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

Property Value

Type: T
The first object.
See Also