C# Class Boo.Lang.Compiler.TypeSystem.TypeSystemServices.ArrayHash

Afficher le fichier Open project: boo/boo-lang

Méthodes publiques

Méthode Description
ArrayHash ( IType elementType, int rank ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int

Method Details

ArrayHash() public méthode

public ArrayHash ( IType elementType, int rank ) : System
elementType IType
rank int
Résultat System

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int