C# 클래스 AGS.Plugin.Lua.LuaCodeDom.LuaExpression.StringLiteral

상속: LuaExpression
파일 보기 프로젝트 열기: duncanc/Lua-for-AGS

공개 프로퍼티들

프로퍼티 타입 설명
Value string

공개 메소드들

메소드 설명
StringLiteral ( string value ) : System
WriteTo ( TextWriter output, int indent, bool asPrefix ) : void

메소드 상세

StringLiteral() 공개 메소드

public StringLiteral ( string value ) : System
value string
리턴 System

WriteTo() 공개 메소드

public WriteTo ( TextWriter output, int indent, bool asPrefix ) : void
output System.IO.TextWriter
indent int
asPrefix bool
리턴 void

프로퍼티 상세

Value 공개적으로 프로퍼티

public string Value
리턴 string