DkmClrValue.ArrayLowerBounds Property

Definition

[Optional] The lower bounds of the the array. This value is only valid if this DkmClrValue is an array value.

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<int> ^ ArrayLowerBounds { System::Collections::ObjectModel::ReadOnlyCollection<int> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<int> ArrayLowerBounds { get; }
public System.Collections.ObjectModel.ReadOnlyCollection<int>? ArrayLowerBounds { get; }
member this.ArrayLowerBounds : System.Collections.ObjectModel.ReadOnlyCollection<int>
Public ReadOnly Property ArrayLowerBounds As ReadOnlyCollection(Of Integer)

Property Value

Applies to