Remove

ISequence.Remove method

Removes specified effect from a collection.

public void Remove(IEffect item)
ParameterTypeDescription
itemIEffectEffect to remove.

See Also