C# Class KopiLua.Lua.ClosureHeader

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

Public Properties

Property Type Description
env Table
gclist GCObject
isC lu_byte
nupvalues lu_byte

Property Details

env public property

public Table env
return Table

gclist public property

public GCObject gclist
return GCObject

isC public property

public lu_byte isC
return lu_byte

nupvalues public property

public lu_byte nupvalues
return lu_byte