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

List of all members.

Public Member Functions

IEnumerator< TValue > GetEnumerator ()
void Add (TValue item)
void Clear ()
bool Contains (TValue item)
void CopyTo (TValue[] array, int arrayIndex)
bool Remove (TValue item)
int IndexOf (TValue item)
void Insert (int index, TValue item)
void RemoveAt (int index)
override bool Equals (object obj)
override int GetHashCode ()
override string ToString ()

Properties

int Count [get]
bool IsReadOnly [get]
TValue this[int index] [get, set]

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


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