TextSegmentCollection.Remove

TextSegmentCollection.Remove method

Deletes specified item from collection.

public bool Remove(TextSegment item)
ParameterTypeDescription
itemTextSegmentThe object to delete

Return Value

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

See Also