[This is preliminary documentation and is subject to change.]

Removes last skill at the list.

Namespace:  MulLib
Assembly:  MulLib (in MulLib.dll) Version: 1.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void RemoveLast()
Public Sub RemoveLast
public:
void RemoveLast()

Exceptions

ExceptionCondition
System..::.ObjectDisposedExceptionObject has been disposed.

See Also