C# 클래스 Tiny.Metadata.Layout.CustomAttributeConstructor

파일 보기 프로젝트 열기: scottwis/tiny

공개 메소드들

메소드 설명
CompareTo ( IToken other ) : int
CustomAttributeConstructor ( OneBasedIndex index ) : System
Equals ( IToken token ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int

비공개 메소드들

메소드 설명
CheckNull ( ) : void

메소드 상세

CompareTo() 공개 메소드

public CompareTo ( IToken other ) : int
other IToken
리턴 int

CustomAttributeConstructor() 공개 메소드

public CustomAttributeConstructor ( OneBasedIndex index ) : System
index OneBasedIndex
리턴 System

Equals() 공개 메소드

public Equals ( IToken token ) : bool
token IToken
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int