Version 24.2 (latest)

RichTextObjectKeyedCollectionBase<T> Class Methods

For a list of all members of this type, see RichTextObjectKeyedCollectionBase<T> members.

Public Methods
 NameDescription
Public MethodAddAdds the specified item to the collection. If the item already exists in the collection then this method does nothing. If a different item with the same id exists in the collection then raises an exception.  
Public MethodClearRemoves all items from the collection.  
Public MethodClonePerforms a deep clone of the object. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public MethodContainsOverloaded. Indicates whether the specified item is in the collection.  
Public MethodCopyToCopies all the items of the collection into the specified array.  
Public MethodGetEnumeratorGets the enumerator used for enumerating all the items in the collection.  
Public MethodRemoveOverloaded. Removes item with the specified id from the collection.  
Public MethodSealMakes the object sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
See Also