C# 클래스 CSLE.SType.Function

파일 보기 프로젝트 열기: lightszero/cslightcore 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_paramnames List
_paramtypes List
_returntype ICLS_Type
bPublic bool
bStatic bool
expr_runtime ICLS_Expression

공개 메소드들

메소드 설명
GetParamSign ( ) : string

메소드 상세

GetParamSign() 공개 메소드

public GetParamSign ( ) : string
리턴 string

프로퍼티 상세

_paramnames 공개적으로 프로퍼티

public List _paramnames
리턴 List

_paramtypes 공개적으로 프로퍼티

public List _paramtypes
리턴 List

_returntype 공개적으로 프로퍼티

public ICLS_Type _returntype
리턴 ICLS_Type

bPublic 공개적으로 프로퍼티

public bool bPublic
리턴 bool

bStatic 공개적으로 프로퍼티

public bool bStatic
리턴 bool

expr_runtime 공개적으로 프로퍼티

public ICLS_Expression expr_runtime
리턴 ICLS_Expression