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

A multiname, for pinpointing something within all loaded code.
파일 보기 프로젝트 열기: WeeWorld/Swiffotron 1 사용 예제들

공개 메소드들

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

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

GetHashCode ( ) : int
ToString ( ) : string

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

operator ( ) : bool

비공개 메소드들

메소드 설명
Multiname ( )
Multiname ( MultinameKind kind, string name, Namespace ns, NamespaceSet set )

Immutable multiname object.

메소드 상세

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

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

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool