| SingletonT Class |
[This is preliminary documentation and is subject to change.]
Singleton utility.
Inheritance Hierarchy
Namespace: OAuthAssembly: OAuth.Core (in OAuth.Core.dll) Version: 1.0.5795.41329
Syntax public static class Singleton<T>
where T : class
Public NotInheritable Class Singleton(Of T As Class)
generic<typename T>
where T : ref class
public ref class Singleton abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Singleton<'T when 'T : not struct> = class end
Type Parameters
- T
- Type of object.
The SingletonT type exposes the following members.
Properties See Also