XmpArray

XmpArray(XmpArrayType, string[])

Initialisiert eine neue Instanz vonXmpArray Klasse.

public XmpArray(XmpArrayType type, string[] items)
ParameterTypBeschreibung
typeXmpArrayTypeDer Typ des Arrays.
itemsString[]Die Artikelliste.

Siehe auch


XmpArray(XmpArrayType)

Initialisiert eine neue Instanz vonXmpArray Klasse.

public XmpArray(XmpArrayType type)
ParameterTypBeschreibung
typeXmpArrayTypeDer Typ des Arrays.

Siehe auch