C# 클래스 CsDO.Lib.Singleton

파일 보기 프로젝트 열기: MonoBrasil/CsDO

공개 메소드들

메소드 설명
New ( ) : Singleton
Singleton ( ) : System

보호된 메소드들

메소드 설명
Init ( ) : void
Instance ( Type self ) : object

메소드 상세

Init() 보호된 메소드

protected Init ( ) : void
리턴 void

Instance() 보호된 정적인 메소드

protected static Instance ( Type self ) : object
self System.Type
리턴 object

New() 공개 정적인 메소드

public static New ( ) : Singleton
리턴 Singleton

Singleton() 공개 메소드

public Singleton ( ) : System
리턴 System