<Code Lib>
2024 Method
Changes 0
M

KeyBasedTreeEntries.FindEntry

Description:
Finds the KeyBasedTreeEntry associated with the given key value.
Remarks:
If no matching KeyBasedTreeEntry can be found, null will be returned; The given key value cannot be an empty string.

public KeyBasedTreeEntry FindEntry(
	string key
)

  • String
    key
    The specified key value.
Return Value KeyBasedTreeEntry The KeyBasedTreeEntry corresponds to the given key value.

Loading…