DequeEnumerator<TValue>.Current Propiedad

Definición

Obtiene o establece el elemento actual de la colección.

public:
 virtual property TValue Current { TValue get(); void set(TValue value); };
public virtual TValue Current { get; set; }
member this.Current : 'Value with get, set
Public Overridable Property Current As TValue

Valor de propiedad

TValue

Elemento actual de la colección.

Se aplica a