Enhanced C#
Language of your choice: library documentation
|
Provides read-only access to the values of a CPTrie. More...
Provides read-only access to the values of a CPTrie.
T | Type of values in the collection |
Properties | |
bool | IsReadOnly [get] |
int | Count [get] |
Public Member Functions | |
CPValueCollection (CPTrie< T > trie) | |
void | Add (T item) |
void | Clear () |
bool | Remove (T item) |
bool | Contains (T item) |
void | CopyTo (T[] array, int arrayIndex) |
CPEnumerator< T > | GetEnumerator () |