The XmpArrayNode type exposes the following members.
Name | Description | |
---|---|---|
Add |
Adds an item to the XmpArrayNode. |
|
Clear |
Removes all items from the XmpArrayNode. |
|
Contains |
Determines whether the XmpArrayNode contains a specific value. |
|
CopyTo |
Copies the elements of the XmpArrayNode to an Array, starting at a particular Array index. (Overrides XmpNode.CopyTo(Array, Int32).) |
|
Dispose |
Releases all resources used by this XmpArrayNode. |
|
Equals |
Tests whether the specified object is a XmpNode instance and is equivalent to this XmpNode. (Inherited from XmpNode.) |
|
Finalize | (Inherited from Object.) | |
GetEnumerator |
Returns an enumerator that iterates through an array. (Overrides XmpNode.GetEnumerator().) |
|
GetHashCode |
Returns a hash code for this XmpNode. (Inherited from XmpNode.) |
|
GetType | (Inherited from Object.) | |
IndexOf |
Determines the index of a specific item in the XmpArrayNode. |
|
Insert |
Inserts an item to the XmpArrayNode at the specified index. |
|
MemberwiseClone | (Inherited from Object.) | |
Remove |
Removes the first occurrence of a specific object from the XmpArrayNode. |
|
RemoveAt |
Removes the XmpArrayNode item at the specified index. |
|
ToString | (Inherited from Object.) |