PostSharp//API Reference/Post­Sharp.​Patterns.​Collections/Advisable­Collection<T>.​Enumerator/Current
Open sandboxFocus

Property Current

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.