Name | Description | |
---|---|---|
![]() | MetadataNodeList | Initializes a new instance of the MetadataNodeList class. |
Name | Description | |
---|---|---|
![]() | MetadataNodeList | Initializes a new instance of the MetadataNodeList class. |
Name | Description | |
---|---|---|
![]() | Count | Gets the node count. |
![]() | IsReadOnly | Gets a value indicating whether the list is read-only. |
![]() | Item | Gets or sets the node at the specified index. |
Name | Description | |
---|---|---|
![]() | Add | Adds an item to the list. |
![]() | Clear | Removes all items from the list. |
![]() | Contains | Determines whether the list contains a specific node. |
![]() | CopyTo | Copies the elements of the list to an System.Array, starting at a particular System.Array index. |
![]() | GetEnumerator | Returns an enumerator that iterates through the list. |
![]() | IndexOf | Determines the index of a specific item in the list. |
![]() | Insert | Inserts a node to the list at the specified index. |
![]() | Remove | Removes the first occurrence of a specific node from the list. |
![]() | RemoveAt | Removes the node at the specified index. |