KeyBasedTreeEntries.FindEntry
Method
Description:
Finds the KeyBasedTreeEntry associated with the given key value.
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.
If no matching KeyBasedTreeEntry can be found, null will be returned; The given key value cannot be an empty string.
Parameters
| Parameter | Type | Description |
|---|---|---|
| key | String | The specified key value. |
Return Value
| Type | Description |
|---|---|
| KeyBasedTreeEntry | The KeyBasedTreeEntry corresponds to the given key value. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | key is an empty string. |
| ArgumentNullException | A non-optional argument was null |