This documentation is archived and is not being maintained.
IStack<TValue, TCont> Interface
Visual Studio 2010
Defines the interface of an STL/CLR stack object.
Assembly: Microsoft.VisualC.STLCLR (in Microsoft.VisualC.STLCLR.dll)
The IStack<TValue, TCont> type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | assign | 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 | Appends an element to the container. |
![]() | size | Counts the number of elements in the container. |
![]() | top | Accesses the last element of the container. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
