Space Engineers
Properties | List of all members
ParallelTasks.Singleton< T > Class Template Reference

Implements a singleton instance of type T . More...

Properties

static T Instance [get]
 Gets a singleton instance. More...
 

Detailed Description

Implements a singleton instance of type T .

Template Parameters
TThe type of object to create a singleton instance of.
Type Constraints
T :class 
T :new() 

Definition at line 13 of file Singleton.cs.

Property Documentation

T ParallelTasks.Singleton< T >.Instance
staticget

Gets a singleton instance.

The instance.

Definition at line 22 of file Singleton.cs.


The documentation for this class was generated from the following file: