Skip to main content
All docs
V26.1
  • XmpStringArray Methods

    An XMP metadata node with a string array value.
    Name Description
    Add(T) Adds a new element to the array. Inherited from XmpArray<T>.
    Add(String) Adds a new element to the array. Inherited from XmpArray<T>.
    AddRange(IEnumerable<String>) Adds new elements to the array. Inherited from XmpArray<T>.
    Clear() Clears all elements from the array. Inherited from XmpArray<T>.
    Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
    Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
    GetEnumerator() Returns an enumerator that iterates through the array. Inherited from XmpArray<T>.
    GetHashCode() Serves as the default hash function. Inherited from Object.
    GetType() Gets the Type of the current instance. Inherited from Object.
    MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
    ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
    Remove(T) Removes the first occurrence of a specific object from the array. Inherited from XmpArray<T>.
    Remove(String) Removes the first occurrence of a specific value from the array. Inherited from XmpArray<T>.
    RemoveAt(Int32) Removes the element at the specified index of the array. Inherited from XmpArray<T>.
    ToString() Returns a string that represents the current object. Inherited from XmpArray<T>.
    See Also