Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ArrayShape Struct

Definition

Namespace:
System.Reflection.Metadata
Assembly:
System.Reflection.Metadata.dll
Package:
System.Reflection.Metadata v11.0.0-preview.5.26302.115
Source:
ArrayShape.cs
Source:
ArrayShape.cs
Source:
ArrayShape.cs
Source:
ArrayShape.cs
Source:
ArrayShape.cs
Source:
ArrayShape.cs
Source:
ArrayShape.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Represents the shape of an array type.

public value class ArrayShape
public readonly struct ArrayShape
public struct ArrayShape
type ArrayShape = struct
Public Structure ArrayShape
Inheritance
ArrayShape

Constructors

Name Description
ArrayShape(Int32, ImmutableArray<Int32>, ImmutableArray<Int32>)

Initializes a new instance of the ArrayShape structure.

Properties

Name Description
LowerBounds

Gets the lower-bounds of all dimensions. Length may be smaller than rank, in which case the trailing dimensions have unspecified lower bounds.

Rank

Gets the number of dimensions in the array.

Sizes

Gets the sizes of all dimensions.

Applies to


Feedback

Was this page helpful?