C# 클래스 SWFProcessing.SWFModeller.ABC.Namespace

A namespace that functions operate within
상속: IComparable
파일 보기 프로젝트 열기: WeeWorld/Swiffotron 1 사용 예제들

공개 메소드들

메소드 설명
CompareTo ( object obj ) : int
Equals ( object obj ) : bool

If you change this method, please remember to change operator== too.

GetHashCode ( ) : int
ToString ( ) : string

Renders the namespace as a string. Used only in test/debug console output.

operator ( ) : bool

비공개 메소드들

메소드 설명
CreateRepackaged ( string newPackage ) : Namespace
Namespace ( ) : System
Namespace ( NamespaceKind kind, string name ) : System

Immutable namespace object. Please consider using AbcCode.CreateNamespace, which will keep things in their right place.

Namespace ( NamespaceKind kind, string name, string prefix ) : System

Immutable namespace object. Please consider using AbcCode.CreateNamespace, which will keep things in their right place.

메소드 상세

CompareTo() 공개 메소드

public CompareTo ( object obj ) : int
obj object
리턴 int

Equals() 공개 메소드

If you change this method, please remember to change operator== too.
public Equals ( object obj ) : bool
obj object Other NS for comparison
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

Renders the namespace as a string. Used only in test/debug console output.
public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool