IVector<TValue>.front_item プロパティ

定義

コンテナーの最初の要素にアクセスします。

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

プロパティ値

TValue

被制御シーケンスの最初の要素。被制御シーケンスは空でない必要があります。

注釈

詳細については、「 vector::front_item (STL/CLR)」を参照してください。

適用対象