C# Class KopiLua.Lua.CClosure

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

Public Properties

Property Type Description
f lua_CFunction
upvalue TValue[]

Public Methods

Method Description
CClosure ( ClosureHeader header ) : System

Method Details

CClosure() public method

public CClosure ( ClosureHeader header ) : System
header ClosureHeader
return System

Property Details

f public property

public lua_CFunction f
return lua_CFunction

upvalue public property

public TValue[] upvalue
return TValue[]