C# Class CsDO.Lib.Singleton

Afficher le fichier Open project: MonoBrasil/CsDO

Méthodes publiques

Méthode Description
New ( ) : Singleton
Singleton ( ) : System

Méthodes protégées

Méthode Description
Init ( ) : void
Instance ( Type self ) : object

Method Details

Init() protected méthode

protected Init ( ) : void
Résultat void

Instance() protected static méthode

protected static Instance ( Type self ) : object
self System.Type
Résultat object

New() public static méthode

public static New ( ) : Singleton
Résultat Singleton

Singleton() public méthode

public Singleton ( ) : System
Résultat System