IArrayTypeSymbol.LowerBounds Proprietà

Definizione

Limiti inferiori specificati per le dimensioni, in base alla posizione. La lunghezza può essere minore di Rank, ovvero alcune dimensioni finali non hanno il limite inferiore specificato. Il caso più comune è che tutte le dimensioni siano associate a zero. In questo caso viene restituita una matrice predefinita (Nothing in VB).

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

Valore della proprietà

Si applica a