Namespace: MonoSoftware.Web
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

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

Property Value

Type: T

See Also