Click or drag to resize

SingletonT Class

Note: This API is now obsolete.

Inheritance Hierarchy
SystemObject
  ImmerseSDKSingletonT

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Singleton has been deprecated. Write your own Singleton class to get this behaviour", 
	true)]
public sealed 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