ArrayMarshaller<T,TUnmanagedElement>.GetManagedValuesSource(T[]) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une source pour les éléments managés dans le tableau.
public:
static ReadOnlySpan<T> GetManagedValuesSource(cli::array <T> ^ managed);
public static ReadOnlySpan<T> GetManagedValuesSource (T[]? managed);
static member GetManagedValuesSource : 'T[] -> ReadOnlySpan<'T>
Public Shared Function GetManagedValuesSource (managed As T()) As ReadOnlySpan(Of T)
Paramètres
- managed
- T[]
Tableau managé.
Retours
ReadOnlySpan<T> contenant les éléments managés à marshaler.