TextFragmentCollection.Remove

TextFragmentCollection.Remove method

Deletes specified item from collection.

public bool Remove(TextFragment item)
ParameterTypeDescription
itemTextFragmentThe object to delete

Return Value

true if item was deleted from collection; otherwise, false.

See Also