Class LuauTable
- Namespace
- LuauInterop.Objects
- Assembly
- LuauInterop.dll
public sealed class LuauTable : LuauBase, IDisposable
- Inheritance
-
LuauTable
- Implements
- Inherited Members
Constructors
LuauTable(Luau, LuaState, int)
public LuauTable(Luau owner, LuaState state, int reference)
Parameters
Properties
this[int]
public object? this[int key] { get; set; }
Parameters
keyint
Property Value
this[string]
public object? this[string key] { get; set; }
Parameters
keystring
Property Value
Length
public int Length { get; }
Property Value
Methods
Pairs()
public IEnumerable<KeyValuePair<object, object?>> Pairs()