Table of Contents

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

owner Luau
state LuaState
reference int

Properties

this[int]

public object? this[int key] { get; set; }

Parameters

key int

Property Value

object

this[string]

public object? this[string key] { get; set; }

Parameters

key string

Property Value

object

Length

public int Length { get; }

Property Value

int

Methods

Pairs()

public IEnumerable<KeyValuePair<object, object?>> Pairs()

Returns

IEnumerable<KeyValuePair<object, object>>