Click or drag to resize
Wizard .NET Library

EventedListTEnumeratorCurrent Property

Gets the element at the current position of the enumerator.

Namespace:  System.Collections.Generic
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
public T Current { get; }
Request Example View Source

Property Value

Type: T
The current element.
See Also