ListEnumerator<T>.CurrentNode property

Current Value of the Enumerator.

public Node<T> CurrentNode { get; protected set; }

See Also