DequeEnumeratorBase<TValue>.Current Property

Definition

Gets or sets the current element in the collection.

public:
 virtual property System::Object ^ Current { System::Object ^ get(); void set(System::Object ^ value); };
public virtual object Current { get; set; }
member this.Current : obj with get, set
Public Overridable Property Current As Object

Property Value

The current element in the collection.

Applies to