C# 클래스 LuaLanguage.TableFunction

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

공개 프로퍼티들

프로퍼티 타입 설명
line string

공개 메소드들

메소드 설명
GetComment ( ) : string
GetDot ( ) : char
GetFunction ( ) : string
GetFunctionParam ( ) : string
GetParam ( ) : string
GetTable ( ) : string
GetTableNext ( ) : string
TableFunction ( string l ) : System
is_const_var ( ) : bool

메소드 상세

GetComment() 공개 메소드

public GetComment ( ) : string
리턴 string

GetDot() 공개 메소드

public GetDot ( ) : char
리턴 char

GetFunction() 공개 메소드

public GetFunction ( ) : string
리턴 string

GetFunctionParam() 공개 메소드

public GetFunctionParam ( ) : string
리턴 string

GetParam() 공개 메소드

public GetParam ( ) : string
리턴 string

GetTable() 공개 메소드

public GetTable ( ) : string
리턴 string

GetTableNext() 공개 메소드

public GetTableNext ( ) : string
리턴 string

TableFunction() 공개 메소드

public TableFunction ( string l ) : System
l string
리턴 System

is_const_var() 공개 메소드

public is_const_var ( ) : bool
리턴 bool

프로퍼티 상세

line 공개적으로 프로퍼티

public string line
리턴 string