SerializableObjectData.DimensionLowerBounds Field

Definition

Represents an array that contains the lower bound of each of the dimensions of the serializable array that this SerializableObjectData describes.

public: cli::array <int> ^ DimensionLowerBounds;
public int[] DimensionLowerBounds;
val mutable DimensionLowerBounds : int[]
Public DimensionLowerBounds As Integer() 

Field Value

Int32[]

Remarks

DimensionLowerBounds is null if IsArray is false.

Applies to