ArraySegment<T>.Implicit(T[] to ArraySegment<T>) Opérateur
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.
Définit une conversion implicite d’un tableau de type T
en un segment de tableau de type T
.
public:
static operator ArraySegment<T>(cli::array <T> ^ array);
public static implicit operator ArraySegment<T> (T[] array);
static member op_Implicit : 'T[] -> ArraySegment<'T>
Public Shared Widening Operator CType (array As T()) As ArraySegment(Of T)
Paramètres
- array
- T[]
Tableau à convertir.
Retours
Représentation sous forme de segment de tableau du tableau.