PostSharpAPI ReferencePost­Sharp.​Patterns.​CollectionsAdvisable­Hash­Set<T>.​EnumeratorCurrent
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.