Edit

Share via


PointerArrayMarshaller<T,TUnmanagedElement>.GetManagedValuesDestination Method

Definition

Gets a destination for the managed elements in the array.

public:
 static Span<IntPtr> GetManagedValuesDestination(cli::array <T*> ^ managed);
public static Span<IntPtr> GetManagedValuesDestination (T*[]? managed);
static member GetManagedValuesDestination : nativeptr<'T>[] -> Span<nativeint>

Parameters

managed
T*[]

The managed array to get a destination for.

Returns

Span<IntPtr>

Span<nativeint>

The Span<T> of managed elements.

Applies to