Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Properties | Public Member Functions | List of all members
Loyc.Collections.CPValueCollection< T > Class Template Reference

Provides read-only access to the values of a CPTrie. More...


Source file:
Inheritance diagram for Loyc.Collections.CPValueCollection< T >:

Remarks

Provides read-only access to the values of a CPTrie.

Template Parameters
TType 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 ()