C# Class Ty.PathTyRef

Inheritance: TyRef
Datei anzeigen Open project: YourLocalFax/OLD-Score

Public Properties

Property Type Description
name string

Private Properties

Property Type Description

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
PathTyRef ( string name ) : System
Resolve ( TyRef ty ) : void
ToString ( ) : string

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

PathTyRef() public method

public PathTyRef ( string name ) : System
name string
return System

Resolve() public method

public Resolve ( TyRef ty ) : void
ty TyRef
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

name public_oe property

public string name
return string