The following tables list the members exposed by NodeCollection.
Name | Description | |
---|---|---|
NodeCollection Constructor | Constructor. Initializes a new instance of NodeCollection. |
Name | Description | |
---|---|---|
Count | Gets the number of items in the collection. | |
IsReadOnly | Indicates if the collection is readonly. | |
IsSealed | Returns true if this object has been sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase) | |
Item | Gets or sets the item at the specified index. | |
Parent | Gets the parent NodeBase instance whose NodeBase.ChildNodes collection is set to this NodeCollection. |
Name | Description | |
---|---|---|
Add | Adds the specified item to the collection. | |
Clear | Clears the collection. | |
Clone | Performs a deep clone of the object. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase) | |
Contains | Indicates whether the specified item is part of the collection. | |
CopyTo | Copies all the items of the collection into the specified array. | |
GetEnumerator | Gets the enumerator used for enumerating all the items in the collection. | |
IndexOf | Gets the index of the specified item in the collection. | |
Insert | Inserts the specified item into the collection at the specified index. | |
InsertRange | Inserts the specified item into the collection at the specified index. | |
Remove | Removes the specified item from the collection. | |
RemoveAt | Removes the item at the specified index. | |
RemoveRange | Removes a range of items from the collection. | |
Seal | Makes the object sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase) |