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

Show file Open project: boo/boo-lang

Public Methods

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

Method Details

ArrayHash() public method

public ArrayHash ( IType elementType, int rank ) : System
elementType IType
rank int
return System

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int