Gets the value.

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

Syntax

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

Property Value

Type: T

See Also