Method PopSubKey
PopSubKey(uint, out uint)
Extract a sub key from the front of the path. "numSubKeyBits" is the maximum number of bits required to store any value for this sub key. Returns false if the key is empty.
Declaration
public bool PopSubKey(uint numSubKeyBits, out uint subKey)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | numSubKeyBits | Number of sub key bits. |
| uint | subKey | [out] The sub key. |
Returns
| Type | Description |
|---|---|
| bool | False if the key is empty, true otherwise. |