C# Class KopiLua.Lua.TKey

显示文件 Open project: mlnlover11/KopiLua-v5.1.5

Public Properties

Property Type Description
nk TKey_nk

Public Methods

Method Description
TKey ( ) : System
TKey ( TKey copy ) : System
TKey ( Value value, int tt, Node next ) : System

Method Details

TKey() public method

public TKey ( ) : System
return System

TKey() public method

public TKey ( TKey copy ) : System
copy TKey
return System

TKey() public method

public TKey ( Value value, int tt, Node next ) : System
value Value
tt int
next Node
return System

Property Details

nk public_oe property

public TKey_nk nk
return TKey_nk