XmpArray

XmpArray constructor (1 of 2)

Initializes a new instance of the XmpArray class.

public XmpArray(XmpArrayType type, string[] items)
ParameterTypeDescription
typeXmpArrayTypeThe type of array.
itemsString[]The items list.

See Also


XmpArray constructor (2 of 2)

Initializes a new instance of the XmpArray class.

public XmpArray(XmpArrayType type)
ParameterTypeDescription
typeXmpArrayTypeThe type of array.

See Also