C# Class Ty.BuiltinTyRef

Inheritance: TyRef
ファイルを表示 Open project: YourLocalFax/OLD-Score

Public Methods

Method Description
Equals ( object obj ) : bool
GetByName ( string name ) : BuiltinTyRef
GetHashCode ( ) : int

Method Details

Equals() public method

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

GetByName() public static method

public static GetByName ( string name ) : BuiltinTyRef
name string
return BuiltinTyRef

GetHashCode() public abstract method

public abstract GetHashCode ( ) : int
return int