XmpArray

XmpArray(XmpArrayType, XmpValueBase[])

Initialisiert eine neue Instanz vonXmpArray Klasse.

public XmpArray(XmpArrayType arrayType, XmpValueBase[] items)
Parameter Typ Beschreibung
arrayType XmpArrayType Array-Typ.
items XmpValueBase[] Array-Elemente.

Siehe auch


XmpArray(XmpArrayType, XmpComplexType[])

Initialisiert eine neue Instanz vonXmpArray Klasse.

public XmpArray(XmpArrayType arrayType, XmpComplexType[] items)
Parameter Typ Beschreibung
arrayType XmpArrayType Array-Typ.
items XmpComplexType[] Array-Elemente.

Siehe auch