remove_at


Description:

public bool remove_at (int index)

Removes a Signature from the SignatureList at the specified index.

Parameters:

this

a SignatureList

index

index to remove

Returns:

true if an Signature was removed or false otherwise.