The properties of the IndexedTrie class are listed below. For a complete list of IndexedTrie class members, see the IndexedTrie Members topic.
Count (inherited from Trie) | How many values are stored? Note: NOT how many nodes. |
IsFixedSize (inherited from Trie) | Always "false" for now. |
IsReadOnly (inherited from Trie) | Always "false" for now |
IsSynchronized (inherited from Trie) | Always "false" for now |
Keys (inherited from Trie) | Get a list of all of the keys. Hope this doesn't get called often, since it has to make copies of all of the possible keys. |
MaxResults | The maximum number of results to return from any query. This is an approximate number. |
SyncRoot (inherited from Trie) | Object to synchronize on, if in thread-safe mode. TODO: implement settable SyncRoot |
Values (inherited from Trie) | Return a collection containing all of the values. |
Item | Overloaded. Find the index for the given byte. |
IndexedTrie Class | bedrock.collections Namespace