IVector<T>.RemoveAtEnd Method

Definition

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.

Applies to

See also