A Doubly-Linked List implementation of the IList2 interface.
For a list of all members of this type, see LinkedList Members.
System.Object
Collection2Base
List2Base
LinkedList
The LinkedList can be used with all objects including null.
This class is not guaranteed to be thread safe.
The MoveNext method of the IEnumerator that is returned from GetEnumerator is fail-fast. That is, if the LinkedList is modified after the enumerator is created it will throw a SystemException This behavior cannot be guaranteed, and should not be depended on.Namespace: Foley.Utilities.Collections Namespace
Assembly: FoleyUtilities.dll