XmpArray.XmpArray

XmpArray(XmpArrayType, string[])

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(XmpArrayType)

Initializes a new instance of the XmpArray class.

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

See Also