Share via


IDeque<TValue>.front_item Properti

Definisi

Mengakses elemen pertama dari koleksi yang tidak kosong deque .

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

Nilai Properti

TValue

Elemen pertama dari urutan yang dikontrol.

Keterangan

Untuk informasi selengkapnya, lihat deque::front_item (STL/CLR).

Berlaku untuk