Sharpility
Sharpility.Collections.ComparableSet< TValue > Class Template Reference

List of all members.

Public Member Functions

IEnumerator< TValue > GetEnumerator ()
void Add (TValue item)
void UnionWith (IEnumerable< TValue > other)
void IntersectWith (IEnumerable< TValue > other)
void ExceptWith (IEnumerable< TValue > other)
void SymmetricExceptWith (IEnumerable< TValue > other)
bool IsSubsetOf (IEnumerable< TValue > other)
bool IsSupersetOf (IEnumerable< TValue > other)
bool IsProperSupersetOf (IEnumerable< TValue > other)
bool IsProperSubsetOf (IEnumerable< TValue > other)
bool Overlaps (IEnumerable< TValue > other)
bool SetEquals (IEnumerable< TValue > other)
void Clear ()
bool Contains (TValue item)
void CopyTo (TValue[] array, int arrayIndex)
bool Remove (TValue item)
override bool Equals (object obj)
override int GetHashCode ()
override string ToString ()

Properties

int Count [get]
bool IsReadOnly [get]

template<TValue>
class Sharpility::Collections::ComparableSet< TValue >


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