Constable Authorization Engine 2.0 BETA

UndoItemCollection.RemoveLast Method 

[This is preliminary documentation and subject to change.]

Removes the last item from the collection.

[Visual Basic]
Public Sub RemoveLast()
[C#]
public void RemoveLast();

Exceptions

Exception Type Condition
ArgumentOutOfRangeException The collection is empty.

See Also

UndoItemCollection Class | LaMarvin.ComponentModel Namespace