System.Reflection.Metadata.ArrayShape struct ArrayShape Documentation Code public ImmutableArray<int> LowerBounds { get; } public int Rank { get; } public ImmutableArray<int> Sizes { get; } public ArrayShape(int rank, ImmutableArray<int> sizes, ImmutableArray<int> lowerBounds)