C# Class Ty.FnTyRef

Inheritance: TyRef
Afficher le fichier Open project: YourLocalFax/OLD-Score Class Usage Examples

Méthodes publiques

Свойство Type Description
parameterTys List
returnTy TyRef

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

FnTyRef() public méthode

public FnTyRef ( List parameterTys, TyRef returnTy ) : System
parameterTys List
returnTy TyRef
Résultat System

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Property Details

parameterTys public_oe property

public List parameterTys
Résultat List

returnTy public_oe property

public TyRef,Ty returnTy
Résultat TyRef