Method | Description | |
---|---|---|
ContainsKey ( string Key ) : bool |
detect whether exist node special keyword in this list
|
|
GetParameter ( string key, int DefaultValue ) : int |
get node's parameter value special keyword, if can not find , return default value.
|
|
IndexOf ( |
get index of node in this list
|
|
this ( |
get node special type
|
|
this ( int index ) : |
get node special index
|
|
this ( string KeyWord ) : |
get node special keyword
|
Method | Description | |
---|---|---|
Add ( |
add node
|
|
AddRange ( |
||
Insert ( int index, |
insert node
|
|
Remove ( |
remvoe node
|
public GetParameter ( string key, int DefaultValue ) : int | ||
key | string | keyword |
DefaultValue | int | default value |
return | int |