IStack<TValue,TCont>.top_item プロパティ

定義

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

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

プロパティ値

TValue

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

注釈

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

適用対象