C# Class CSLE.SType.Function

Afficher le fichier Open project: lightszero/cslightcore Class Usage Examples

Méthodes publiques

Свойство Type Description
_paramnames List
_paramtypes List
_returntype ICLS_Type
bPublic bool
bStatic bool
expr_runtime ICLS_Expression

Méthodes publiques

Méthode Description
GetParamSign ( ) : string

Method Details

GetParamSign() public méthode

public GetParamSign ( ) : string
Résultat string

Property Details

_paramnames public_oe property

public List _paramnames
Résultat List

_paramtypes public_oe property

public List _paramtypes
Résultat List

_returntype public_oe property

public ICLS_Type _returntype
Résultat ICLS_Type

bPublic public_oe property

public bool bPublic
Résultat bool

bStatic public_oe property

public bool bStatic
Résultat bool

expr_runtime public_oe property

public ICLS_Expression expr_runtime
Résultat ICLS_Expression