The members of System.Collections.Generic.LinkedList<T> are listed below.
See Also: Inherited members from System.Object
| Documentation for this section has not yet been entered. | ||
| Documentation for this section has not yet been entered. |
| Documentation for this section has not yet been entered. |
| [read-only] | Count | int. Documentation for this section has not yet been entered. |
| [read-only] | First | LinkedListNode<T>. Documentation for this section has not yet been entered. |
| [read-only] | Last | LinkedListNode<T>. Documentation for this section has not yet been entered. |
AddAfter(LinkedListNode<T>, LinkedListNode<T>)Documentation for this section has not yet been entered. | ||
AddAfter(LinkedListNode<T>, T)Documentation for this section has not yet been entered. | ||
AddBefore(LinkedListNode<T>, LinkedListNode<T>)Documentation for this section has not yet been entered. | ||
AddBefore(LinkedListNode<T>, T)Documentation for this section has not yet been entered. | ||
AddFirst(LinkedListNode<T>)Documentation for this section has not yet been entered. | ||
AddFirst(T)Documentation for this section has not yet been entered. | ||
AddLast(LinkedListNode<T>)Documentation for this section has not yet been entered. | ||
AddLast(T)Documentation for this section has not yet been entered. | ||
Clear()Documentation for this section has not yet been entered. | ||
Contains(T)Documentation for this section has not yet been entered. | ||
CopyTo(T[], int)Documentation for this section has not yet been entered. | ||
Find(T)Documentation for this section has not yet been entered. | ||
FindLast(T)Documentation for this section has not yet been entered. | ||
GetEnumerator()Documentation for this section has not yet been entered. | ||
GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)Documentation for this section has not yet been entered. | ||
OnDeserialization(object)Documentation for this section has not yet been entered. | ||
Remove(LinkedListNode<T>)Documentation for this section has not yet been entered. | ||
Remove(T)Documentation for this section has not yet been entered. | ||
RemoveFirst()Documentation for this section has not yet been entered. | ||
RemoveLast()Documentation for this section has not yet been entered. | ||
| ICollection<T>.Add | Documentation for this section has not yet been entered. | |
| ICollection.CopyTo | Documentation for this section has not yet been entered. | |
| IEnumerable<T>.GetEnumerator | Documentation for this section has not yet been entered. | |
| IEnumerable.GetEnumerator | Documentation for this section has not yet been entered. | |
| [read-only] | ICollection<T>.IsReadOnly | bool. Documentation for this section has not yet been entered. |
| [read-only] | ICollection.IsSynchronized | bool. Documentation for this section has not yet been entered. |
| [read-only] | ICollection.SyncRoot | object. Documentation for this section has not yet been entered. |