SerializableObjectData.DimensionLengths Field

Definition

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

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

Field Value

Int32[]

Remarks

DimensionLengths is null if IsArray is false.

Applies to