C# Class CSLE.SType.Function

Show file Open project: lightszero/cslightcore Class Usage Examples

Public Properties

Property Type Description
_paramnames List
_paramtypes List
_returntype ICLS_Type
bPublic bool
bStatic bool
expr_runtime ICLS_Expression

Public Methods

Method Description
GetParamSign ( ) : string

Method Details

GetParamSign() public method

public GetParamSign ( ) : string
return string

Property Details

_paramnames public property

public List _paramnames
return List

_paramtypes public property

public List _paramtypes
return List

_returntype public property

public ICLS_Type _returntype
return ICLS_Type

bPublic public property

public bool bPublic
return bool

bStatic public property

public bool bStatic
return bool

expr_runtime public property

public ICLS_Expression expr_runtime
return ICLS_Expression