2024 Method
Changes 0
M

KeyBasedTreeEntriesLoadContent.AddEntry

Description:
Adds one KeyBasedTreeEntry to this KeyBasedTreeEntriesLoadContent, which is used to build a KeyBasedTreeEntries object by BuildEntries function.
Remarks:
The entry will not be added if it is invalid or duplicate with the added entries.
public bool AddEntry(
	KeyBasedTreeEntry entry
)
Return Value bool Returns true if an entry is added into the entry data set successfully, returns false if an entry fails to be added because this entry is invalid or a duplicate of one in the entry data set.