Gets the second value.

Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public T2 SecondValue { get; }
Visual Basic
Public ReadOnly Property SecondValue As T2
	Get
Visual C++
public:
property T2 SecondValue {
	T2 get ();
}
F#
member SecondValue : 'T2 with get

Property Value

Type: T2

See Also