Craig's Utility Library  4.0 Beta
Utilities.DataTypes.Patterns.BaseClasses.Singleton< T > Class Template Reference

Base class used for singletons More...

Protected Member Functions

 Singleton ()
 Constructor More...
 

Properties

static T Instance [get]
 Gets the instance of the singleton More...
 

Detailed Description

Base class used for singletons

Template Parameters
TThe class type
Type Constraints
T :class 

Definition at line 31 of file Singleton.cs.

Constructor & Destructor Documentation

Constructor

Definition at line 40 of file Singleton.cs.

Property Documentation

Gets the instance of the singleton

Definition at line 48 of file Singleton.cs.


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