|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |
Field Summary | |
---|---|
Foley.Utilities.Collections.LinkedList | linkedList |
int | offsetIntoList |
int | subListModifications |
int | subListSize |
int | validModificationCount |
Constructor Summary | |
---|---|
LinkedList.SubLinkedList(Foley.Utilities.Collections.LinkedList linkedList, int fromIndex, int count) |
Property Summary | |
---|---|
int | Count |
bool | IsFixedSize |
bool | IsReadOnly |
bool | IsSynchronized |
object | Item[int index] |
object | SyncRoot |
Method Summary | |
---|---|
int | Add(object value) |
void | Clear() |
void | ConcurentModificationsCheck() |
bool | Contains(object value) |
void | CopyTo(System.Array array, int index) |
System.Collections.IEnumerator | GetEnumerator() |
int | IndexOf(object value) |
void | Insert(int index, object value) |
void | Remove(object value) |
void | RemoveAt(int index) |
void | UpdateValidModificationCount() |
void | ValidateIndex(int index) |
Methods inherited from class System.Object |
---|
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString |
Field Detail |
---|
private Foley.Utilities.Collections.LinkedList linkedList
private int offsetIntoList
private int subListModifications
private int subListSize
private int validModificationCount
Constructor Detail |
---|
public LinkedList.SubLinkedList(Foley.Utilities.Collections.LinkedList linkedList, int fromIndex, int count)
Property Detail |
---|
public int Count
public bool IsFixedSize
public bool IsReadOnly
public bool IsSynchronized
public object this[int index]
public object SyncRoot
Method Detail |
---|
public int Add(object value)
public void Clear()
private void ConcurentModificationsCheck()
public bool Contains(object value)
public void CopyTo(System.Array array, int index)
public System.Collections.IEnumerator GetEnumerator()
public int IndexOf(object value)
public void Insert(int index, object value)
public void Remove(object value)
public void RemoveAt(int index)
private void UpdateValidModificationCount()
private void ValidateIndex(int index)
|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |