Remove

SequenceCollection.Remove method

Removes specified sequence from a collection.

public void Remove(ISequence item)
ParameterTypeDescription
itemISequenceSequence to remove.

See Also