InlineArrayAttribute(Int32) 建構函式
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立具有指定長度的新 InlineArrayAttribute 實例。
public:
InlineArrayAttribute(int length);
C#
public InlineArrayAttribute (int length);
new System.Runtime.CompilerServices.InlineArrayAttribute : int -> System.Runtime.CompilerServices.InlineArrayAttribute
Public Sub New (length As Integer)
- length
- Int32
內嵌數位類型中要復寫的循序欄位數目。
產品 | 版本 |
---|---|
.NET | 8, 9 |