InlineArray15<T> Structure
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.
Représente un tableau inline d’une T longueur fixe de 15.
generic <typename T>
public value class InlineArray15
public struct InlineArray15<T>
type InlineArray15<'T> = struct
Public Structure InlineArray15(Of T)
Paramètres de type
- T
Type des éléments dans le tableau.
- Héritage