C# Class KopiLua.Lua.Node

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

Public Properties

Property Type Description
i_key TKey
i_val TValue

Public Methods

Method Description
Equals ( object o ) : bool
GetHashCode ( ) : int
Node ( ) : System
Node ( Node copy ) : System
Node ( TValue i_val, TKey i_key ) : System
dec ( Node &node ) : Node
inc ( Node &node ) : Node
operator ( ) : bool
operator ( ) : int
set_array ( object array ) : void
set_index ( int index ) : void
this ( int offset ) : Node
this ( uint offset ) : Node

Method Details

Equals() public method

public Equals ( object o ) : bool
o object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Node() public method

public Node ( ) : System
return System

Node() public method

public Node ( Node copy ) : System
copy Node
return System

Node() public method

public Node ( TValue i_val, TKey i_key ) : System
i_val TValue
i_key TKey
return System

dec() public static method

public static dec ( Node &node ) : Node
node Node
return Node

inc() public static method

public static inc ( Node &node ) : Node
node Node
return Node

operator() public static method

public static operator ( ) : bool
return bool

operator() public static method

public static operator ( ) : int
return int

set_array() public method

public set_array ( object array ) : void
array object
return void

set_index() public method

public set_index ( int index ) : void
index int
return void

this() public method

public this ( int offset ) : Node
offset int
return Node

this() public method

public this ( uint offset ) : Node
offset uint
return Node

Property Details

i_key public_oe property

public TKey i_key
return TKey

i_val public_oe property

public TValue i_val
return TValue