Aracılığıyla paylaş


IStack<TValue,TCont>.top_item Özellik

Tanım

Kapsayıcının son öğesine erişir.

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

Özellik Değeri

TValue

Denetlenen dizinin boş olmayan son öğesi.

Açıklamalar

Daha fazla bilgi için bkz . stack::top_item (STL/CLR).

Şunlara uygulanır