C# Class IronLua.Runtime.LuaTable

Inheritance: IDynamicMetaObjectProvider
显示文件 Open project: ericmj/IronLua Class Usage Examples

Public Methods

Method Description
GetMetaObject ( System.Linq.Expressions.Expression parameter ) : DynamicMetaObject
LuaTable ( ) : System

Private Methods

Method Description
FindEntry ( object key ) : int
GetValue ( object key ) : object
Length ( ) : int
Next ( object index = null ) : Varargs
Remove ( object key ) : void
Resize ( ) : void
SetValue ( object key, object value ) : object

Method Details

GetMetaObject() public method

public GetMetaObject ( System.Linq.Expressions.Expression parameter ) : DynamicMetaObject
parameter System.Linq.Expressions.Expression
return System.Dynamic.DynamicMetaObject

LuaTable() public method

public LuaTable ( ) : System
return System