FixedBufferAttribute(Type, Int32) Constructor

Definitie

Initialiseert een nieuw exemplaar van de FixedBufferAttribute klasse.

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)

Parameters

elementType
Type

Het type elementen in de buffer.

length
Int32

Het aantal elementen in de buffer.

Van toepassing op