Прочетете на английски Редактиране

Споделяне чрез


IStack<TValue,TCont> Interface

Definition

Defines the interface of an STL/CLR stack object.

C#
public interface IStack<TValue,TCont> : ICloneable

Type Parameters

TValue

The type of an element in the controlled sequence.

TCont

The type of the underlying container.

Implements

Properties

top_item

Accesses the last element of the container.

Methods

assign(IStack<TValue,TCont>)

Replaces all elements in the container with the elements in the provided container.

Clone()

Creates a new object that is a copy of the current instance.

(Inherited from ICloneable)
empty()

Determines whether the container contains no elements.

get_container()

Accesses the underlying container.

pop()

Removes the last element of the container.

push(TValue)

Appends an element to the container.

size()

Counts the number of elements in the container.

top()

Accesses the last element of the container.

Applies to

Продукт Версии
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1