DelegatingEnumerator<TWrapped,TDeclared>.Current Property

Definition

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

public:
 property TWrapped Current { TWrapped get(); };
public TWrapped Current { get; }
member this.Current : 'Wrapped
Public ReadOnly Property Current As TWrapped

Property Value

TWrapped

Implements

Applies to