FixedBufferAttribute(Type, Int32) Konstruktor
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Initierar en ny instans av FixedBufferAttribute klassen.
public:
FixedBufferAttribute(Type ^ elementType, int length);
public FixedBufferAttribute(Type elementType, int length);
new System.Runtime.CompilerServices.FixedBufferAttribute : Type * int -> System.Runtime.CompilerServices.FixedBufferAttribute
Public Sub New (elementType As Type, length As Integer)
Parametrar
- elementType
- Type
Typen av element som finns i bufferten.
- length
- Int32
Antalet element i bufferten.