C# Class Ty.FnTyRef

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

Public Properties

Property Type Description
parameterTys List
returnTy TyRef

Private Properties

Property Type Description

Public Methods

Method Description
Equals ( object obj ) : bool
FnTyRef ( List parameterTys, TyRef returnTy ) : System
GetHashCode ( ) : int

Method Details

Equals() public method

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

FnTyRef() public method

public FnTyRef ( List parameterTys, TyRef returnTy ) : System
parameterTys List
returnTy TyRef
return System

GetHashCode() public method

public GetHashCode ( ) : int
return int

Property Details

parameterTys public_oe property

public List parameterTys
return List

returnTy public_oe property

public TyRef,Ty returnTy
return TyRef