Click or drag to resize
SingletonT Class

[This is preliminary documentation and is subject to change.]

Singleton utility.
Inheritance Hierarchy
SystemObject
  OAuthSingletonT

Namespace: OAuth
Assembly: OAuth.Core (in OAuth.Core.dll) Version: 1.0.5795.41329
Syntax
public static class Singleton<T>
where T : class

Type Parameters

T
Type of object.

The SingletonT type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberInstance
Gets an instance of T.
Top
See Also