Click or drag to resize

LinkedListEnumeratorT Class

A linked list enumerator.
Inheritance Hierarchy
SystemObject
  FM.IceLinkLinkedListEnumeratorT

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The LinkedListEnumeratorT type exposes the following members.

Constructors
  NameDescription
Public methodLinkedListEnumeratorT
Initializes a new instance of the LinkedListEnumeratorT class.
Top
Properties
  NameDescription
Public propertyCurrent
Gets the current value.
Public propertyCurrentNode
Gets the current node.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodMoveNext
Moves to the next node.
Public methodReset
Resets this instance.
Public methodToString (Inherited from Object.)
Top
See Also