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

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

공개 프로퍼티들

프로퍼티 타입 설명
Value double

공개 메소드들

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

메소드 상세

NumberLiteral() 공개 메소드

public NumberLiteral ( double value ) : System
value double
리턴 System

WriteTo() 공개 메소드

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

프로퍼티 상세

Value 공개적으로 프로퍼티

public double Value
리턴 double