IVector<T>.RemoveAtEnd Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the last item from the vector.
public:
void RemoveAtEnd();
void RemoveAtEnd();
public void RemoveAtEnd();
Public Sub RemoveAtEnd ()
Remarks
When programming with .NET, this interface is hidden, and you should use the System.Collections.Generic.IList<T> interface.