C# Class CSharpLua.LuaAst.LuaForInStatementSyntax

Inheritance: CSharpLua.LuaAst.LuaStatementSyntax
Datei anzeigen Open project: yanghuan/CSharp.lua

Public Methods

Method Description
LuaForInStatementSyntax ( LuaIdentifierNameSyntax identifier, LuaExpressionSyntax expression, bool isAsync = false ) : System

Private Methods

Method Description
Render ( LuaRenderer renderer ) : void

Method Details

LuaForInStatementSyntax() public method

public LuaForInStatementSyntax ( LuaIdentifierNameSyntax identifier, LuaExpressionSyntax expression, bool isAsync = false ) : System
identifier LuaIdentifierNameSyntax
expression LuaExpressionSyntax
isAsync bool
return System