C# Class Tiny.Metadata.Layout.TypeOrMethodDef

Afficher le fichier Open project: scottwis/tiny Class Usage Examples

Méthodes publiques

Méthode Description
CompareTo ( IToken other ) : int
Equals ( IToken token ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
TypeOrMethodDef ( MetadataTable table, ZeroBasedIndex index ) : System
TypeOrMethodDef ( OneBasedIndex index ) : System

Private Methods

Méthode Description
CheckNull ( ) : void

Method Details

CompareTo() public méthode

public CompareTo ( IToken other ) : int
other IToken
Résultat int

Equals() public méthode

public Equals ( IToken token ) : bool
token IToken
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

TypeOrMethodDef() public méthode

public TypeOrMethodDef ( MetadataTable table, ZeroBasedIndex index ) : System
table MetadataTable
index ZeroBasedIndex
Résultat System

TypeOrMethodDef() public méthode

public TypeOrMethodDef ( OneBasedIndex index ) : System
index OneBasedIndex
Résultat System