InlineArrayAttribute(Int32) コンストラクター

定義

指定した長さの新しい InlineArrayAttribute インスタンスを作成します。

public:
 InlineArrayAttribute(int length);
public InlineArrayAttribute (int length);
new System.Runtime.CompilerServices.InlineArrayAttribute : int -> System.Runtime.CompilerServices.InlineArrayAttribute
Public Sub New (length As Integer)

パラメーター

length
Int32

インライン配列型でレプリケートするシーケンシャル フィールドの数。

適用対象