| PairTSecond Property |
Gets or sets the second object.
Namespace: DigitalRune.CollectionsAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public T Second { get; set; }
Public Property Second As T
Get
Set
public:
property T Second {
T get ();
void set (T value);
}
member Second : 'T with get, set
Property Value
Type:
TThe second object.
See Also