Version

NodeCollection Class Members

The following tables list the members exposed by NodeCollection.

Public Constructors
 NameDescription
Public ConstructorNodeCollection ConstructorConstructor. Initializes a new instance of NodeCollection.  
Public Properties
 NameDescription
Public PropertyCountGets the number of items in the collection.  
Public PropertyIsReadOnlyIndicates if the collection is readonly.  
Public PropertyIsSealedReturns true if this object has been sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public PropertyItemGets or sets the item at the specified index.  
Public PropertyParentGets the parent NodeBase instance whose NodeBase.ChildNodes collection is set to this NodeCollection.  
Public Methods
 NameDescription
Public MethodAddAdds the specified item to the collection.  
Public MethodClearClears the collection.  
Public MethodClonePerforms a deep clone of the object. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public MethodContainsIndicates whether the specified item is part of 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 MethodIndexOfGets the index of the specified item in the collection.  
Public MethodInsertInserts the specified item into the collection at the specified index.  
Public MethodInsertRangeInserts the specified item into the collection at the specified index.  
Public MethodRemoveRemoves the specified item from the collection.  
Public MethodRemoveAtRemoves the item at the specified index.  
Public MethodRemoveRangeRemoves a range of items from the collection.  
Public MethodSealMakes the object sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
See Also