SingletonTInstance Property |
Gets an instance of type T.
Namespace: StreamCoders.HelpersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic 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:
T
See Also