Click or drag to resize

SingletonT Class

Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.UtilitiesSingletonT

Namespace:  IBM.Watson.DeveloperCloud.Utilities
Assembly:  UnityDocumentationBuilder (in UnityDocumentationBuilder.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class Singleton<T>
where T : class

Type Parameters

T

The SingletonT type exposes the following members.

Constructors
  NameDescription
Public methodSingletonT
Initializes a new instance of the SingletonT class
Top
Properties
  NameDescription
Public propertyStatic memberInstance
Top
See Also