Sharpility
Sharpility.Collections.ComparableDictionary< TKey, TValue > Class Template Reference

List of all members.

Public Member Functions

void Remove (object key)
void Add (KeyValuePair< TKey, TValue > item)
bool Contains (object key)
void Add (object key, object value)
bool Contains (KeyValuePair< TKey, TValue > item)
void CopyTo (KeyValuePair< TKey, TValue >[] array, int arrayIndex)
bool Remove (KeyValuePair< TKey, TValue > item)
void CopyTo (Array array, int index)
bool ContainsKey (TKey key)
void Add (TKey key, TValue value)
bool Remove (TKey key)
bool TryGetValue (TKey key, out TValue value)
override bool Equals (object obj)
override int GetHashCode ()
override string ToString ()

Properties

object SyncRoot [get]
bool IsSynchronized [get]
bool IsFixedSize [get]

template<TKey, TValue>
class Sharpility::Collections::ComparableDictionary< TKey, TValue >


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Enumerations Properties