ListEnumerator<TValue>.Current Właściwość

Definicja

Pobiera lub ustawia bieżący element w kolekcji.

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

Wartość właściwości

TValue

Bieżący element w kolekcji.

Dotyczy