ImageGearJava Project > com.accusoft.imagegear.formats.xmp Package : ImGearXMPArray<T> Class |
The following tables list the members exposed by ImGearXMPArray<T>.
Name | Description | |
---|---|---|
![]() | ImGearXMPArray<T> Constructor | Initializes a new instance of the ImGearXMPArray<T> class. |
Name | Description | |
---|---|---|
![]() | add | Adds an object to the end of the ImGearXMPArray<T>. |
![]() | clear | Removes all elements from the ImGearXMPArray<T>. |
![]() | contains | Determines whether an element is in the ImGearXMPArray<T>. |
![]() | copyTo | Copies the entire ImGearXMPArray<T> to a compatible one-dimensional array, starting at the specified index of the target array. |
![]() | getCount | Gets the number of elements actually contained in the ImGearXMPArray<T>. |
![]() | getItem | Gets the element at the specified index. |
![]() | indexOf | Searches for the specified item and returns the zero-based index of the first occurrence within ImGearXMPArray<T>. |
![]() | insert | Inserts an element into the ImGearXMPArray<T> at the specified index. |
![]() | isReadOnly | Gets a value indicating whether the object of ImGearXMPArray<T> is readonly. |
![]() | iterator | Returns an iterator that iterates through the ImGearXMPArray<T>. |
![]() | remove | Removes the first occurrence of a specific object from the ImGearXMPArray<T>. |
![]() | removeAt | Removes the element at the specified index of the ImGearXMPArray<T>. |
![]() | setItem | Sets the element at the specified index. |
![]() | toString | Returns a System.String that represents the current ImGearXMPArray<T>. |