C# Class Ty.PointerTyRef

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

Public Properties

Property Type Description
isMut bool
ty TyRef

Private Properties

Property Type Description

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
PointerTyRef ( TyRef ty, bool isMut ) : System
ToString ( ) : string

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

PointerTyRef() public method

public PointerTyRef ( TyRef ty, bool isMut ) : System
ty TyRef
isMut bool
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

isMut public_oe property

public bool isMut
return bool

ty public_oe property

public TyRef,Ty ty
return TyRef