FixedBufferAttribute(Type, Int32) コンストラクター

定義

FixedBufferAttribute クラスの新しいインスタンスを初期化します。

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)

パラメーター

elementType
Type

バッファー内に格納されている要素の型。

length
Int32

バッファー内の要素の数。

適用対象