DkmClrValue.ArrayLowerBounds Property
Definition
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.
[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)