XmpArray

XmpArray(XmpArrayType, XmpValueBase[])

Initializes a new instance of the XmpArray class.

public XmpArray(XmpArrayType arrayType, XmpValueBase[] items)
Parameter Type Description
arrayType XmpArrayType Array type.
items XmpValueBase[] Array items.

See Also


XmpArray(XmpArrayType, XmpComplexType[])

Initializes a new instance of the XmpArray class.

public XmpArray(XmpArrayType arrayType, XmpComplexType[] items)
Parameter Type Description
arrayType XmpArrayType Array type.
items XmpComplexType[] Array items.

See Also