ArrayShape 結構
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示陣列類型的圖形。
public value class ArrayShape
C#
public readonly struct ArrayShape
C#
public struct ArrayShape
type ArrayShape = struct
Public Structure ArrayShape
- 繼承
Lower |
取得所有維度的下限。 後置維度未指定下限時,長度可能會小於順位。 |
Rank |
取得陣列的維度數目。 |
Sizes |
取得所有維度的大小。 |
產品 | 版本 |
---|---|
.NET | Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
.NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0 |