ReadOnlySpanMarshaller<T,TUnmanagedElement>.ManagedToUnmanagedOut.GetManagedValuesDestination メソッド

定義

配列のマネージド要素を格納する必要があるメモリを指すスパンを返します。

public:
 Span<T> GetManagedValuesDestination(int numElements);
public Span<T> GetManagedValuesDestination (int numElements);
member this.GetManagedValuesDestination : int -> Span<'T>
Public Function GetManagedValuesDestination (numElements As Integer) As Span(Of T)

パラメーター

numElements
Int32

配列内の要素の数。

戻り値

配列のマネージド値を格納する必要があるスパン。

適用対象