InsertKeyAndValue

<< Click to Display Table of Contents >>

Navigation:  MyUserData > Methods >

InsertKeyAndValue

public Boolean InsertKeyAndValue(String newKey,String newValue,Int32 index,Boolean before)

 

Description:

 Insert a record by located index.

 

Parameter:

 newKey: The new key you set.

 newValue: The new value you set.

 index: the order

 before: insert record before or after,if this parameter is false,the record will insert after the order number.

 

Return:

 true: Insert successfully.

 false: Insert unsuccessfully.