ToPlatformArray

XmpArray.ToPlatformArray<T> method

Converts the XmpArray to a platform-specific array.

public T[] ToPlatformArray<T>()
Parameter Description
T The type of the array element.

Return Value

A platform-specific array containing elements of the XmpArray.

See Also