Gets the first value.

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

Syntax

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

Property Value

Type: T1

See Also