Get the static instance of this datum.

Namespace:  DotNetCoords.Datum
Assembly:  DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.9 (1.0.0.9)

Collapse imageSyntax

C#
public static T Instance { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property Instance As T
Visual C++
public:
static property T Instance {
	T get ();
}

Field Value

A reference to the static instance of this datum.

Collapse imageSee Also