ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPArray<T> Class


In This Topic
    ImGearXMPArray<T> Class Methods
    In This Topic

    For a list of all members of this type, see ImGearXMPArray<T> members.

    Public Methods
     NameDescription
    Public MethodAdds an object to the end of the ImGearXMPArray<T>.  
    Public MethodRemoves all elements from the ImGearXMPArray<T>.  
    Public MethodDetermines whether an element is in the ImGearXMPArray<T>.  
    Public MethodCopies the entire ImGearXMPArray<T> to a compatible one-dimensional array, starting at the specified index of the target array.  
    Public MethodReturns an enumerator that iterates through the ImGearXMPArray<T>.  
    Public MethodSearches for the specified item and returns the zero-based index of the first occurrence within ImGearXMPArray<T>.  
    Public MethodInserts an element into the ImGearXMPArray<T> at the specified index.  
    Public MethodRemoves the first occurrence of a specific object from the ImGearXMPArray<T>.  
    Public MethodRemoves the element at the specified index of the ImGearXMPArray<T>.  
    Public MethodReturns a System.String that represents the current ImGearXMPArray<T>.  
    Top
    See Also