| SingletonTInstance Property |
Gets the singleton of type T.
Namespace: DigitalRuneAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public static T Instance { get; }
Public Shared ReadOnly Property Instance As T
Get
public:
static property T Instance {
T get ();
}
static member Instance : 'T with get
Property Value
Type:
TThe instance of type
T.
See Also