- Add
void Add(T item)
Undocumented in source. Be warned that the author may not have intended to support it.
- Clear
void Clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- Contains
bool Contains(T o)
Undocumented in source. Be warned that the author may not have intended to support it.
- CopyTo
void CopyTo(T[] array, int arrayIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
- Count
int Count()
Undocumented in source. Be warned that the author may not have intended to support it.
- Exists
bool Exists(T o)
Undocumented in source. Be warned that the author may not have intended to support it.
- FirstOrDefault
T FirstOrDefault(bool delegate(T) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- IndexOf
int IndexOf(T o)
Undocumented in source. Be warned that the author may not have intended to support it.
- Insert
void Insert(int index, T item)
Undocumented in source. Be warned that the author may not have intended to support it.
- IsReadOnly
bool IsReadOnly()
Undocumented in source. Be warned that the author may not have intended to support it.
- LastIndexOf
int LastIndexOf(T item)
Undocumented in source. Be warned that the author may not have intended to support it.
- Remove
bool Remove(T item)
Undocumented in source. Be warned that the author may not have intended to support it.
- RemoveAt
T RemoveAt(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
- ToList
T[] ToList()
Undocumented in source. Be warned that the author may not have intended to support it.
- Where
List!T Where(bool delegate(T) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
- front
T front()
Undocumented in source. Be warned that the author may not have intended to support it.
- moveFront
T moveFront()
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(T) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(size_t, T) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
T opIndex(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexAssign
T opIndexAssign(T value, int index)
Undocumented in source. Be warned that the author may not have intended to support it.
- popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.