Click or drag to resize
DigitalRuneSingletonTInstance Property
Gets the singleton of type T.

Namespace: DigitalRune
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public static T Instance { get; }

Property Value

Type: T
The instance of type T.
See Also