C# Class KopiLua.Lua.Table

Inheritance: GCObject
Show file Open project: mlnlover11/KopiLua-v5.1.5

Public Properties

Property Type Description
array TValue[]
flags lu_byte
gclist GCObject
lastfree int
lsizenode lu_byte
metatable Table
node Node[]
sizearray int

Property Details

array public property

public TValue[] array
return TValue[]

flags public property

public lu_byte flags
return lu_byte

gclist public property

public GCObject gclist
return GCObject

lastfree public property

public int lastfree
return int

lsizenode public property

public lu_byte lsizenode
return lu_byte

metatable public property

public Table metatable
return Table

node public property

public Node[] node
return Node[]

sizearray public property

public int sizearray
return int