C# Class CsDO.Lib.Singleton

Datei anzeigen Open project: MonoBrasil/CsDO

Public Methods

Method Description
New ( ) : Singleton
Singleton ( ) : System

Protected Methods

Method Description
Init ( ) : void
Instance ( Type self ) : object

Method Details

Init() protected method

protected Init ( ) : void
return void

Instance() protected static method

protected static Instance ( Type self ) : object
self System.Type
return object

New() public static method

public static New ( ) : Singleton
return Singleton

Singleton() public method

public Singleton ( ) : System
return System