IVector<TValue>.front_item Properti

Definisi

Mengakses elemen pertama kontainer.

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 terkontrol, yang harus tidak kosong.

Keterangan

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

Berlaku untuk