IArrayTypeSymbol.Sizes Property

Definition

Specified sizes for dimensions, by position. The length can be less than Rank, meaning that some trailing dimensions don't have the size specified. The most common case is none of the dimensions have the size specified - an empty array is returned.

public:
 property System::Collections::Immutable::ImmutableArray<int> Sizes { System::Collections::Immutable::ImmutableArray<int> get(); };
public System.Collections.Immutable.ImmutableArray<int> Sizes { get; }
member this.Sizes : System.Collections.Immutable.ImmutableArray<int>
Public ReadOnly Property Sizes As ImmutableArray(Of Integer)

Property Value

Applies to