ISingletonTSingleton Property |
Gets the single instance of the class that should be used throughout the application.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax ReadOnly Property Singleton As T
Get
property T Singleton {
T get ();
}
abstract Singleton : 'T with get
Property Value
Type:
TSee Also