Enhanced C#
Language of your choice: library documentation
Properties | Public Member Functions | List of all members
Loyc.Collections.CPStringTrie< TValue >.KeyCollection Class Reference

Return value of CPStringTrie<T>.Keys. More...


Source file:
Inheritance diagram for Loyc.Collections.CPStringTrie< TValue >.KeyCollection:

Remarks

Return value of CPStringTrie<T>.Keys.

Properties

bool IsReadOnly [get]
 
int Count [get]
 

Public Member Functions

 KeyCollection (CPTrie< TValue > trie)
 
void Add (string item)
 
void Clear ()
 
bool Remove (string item)
 
bool Contains (string item)
 
void CopyTo (string[] array, int arrayIndex)
 
KeyEnumerator GetEnumerator ()