Gets the instance.

Namespace: Dapfor.Net.Formats
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

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

Property Value

Type: EmptyFormat
The instance.

See Also