PostSharpAPI ReferencePost­Sharp.​CollectionsRead­Only­Singly­Linked­List<T>.​EnumeratorCurrent
Open sandboxFocus

ReadOnlySinglyLinkedList<T>.Enumerator.Current Property

Current

Gets the element in the collection at the current position of the enumerator.

Declaration
public T Current { get; }
Property Value
Type Description
T

The element in the collection at the current position of the enumerator.