'DeclarationProperty IsFirstArrayDimension As Boolean
'UsageDim instance As _SequenceDataType Dim value As Boolean instance.IsFirstArrayDimension = value value = instance.IsFirstArrayDimension
bool IsFirstArrayDimension {get; set;}
'DeclarationProperty IsFirstArrayDimension As Boolean
'UsageDim instance As _SequenceDataType Dim value As Boolean instance.IsFirstArrayDimension = value value = instance.IsFirstArrayDimension
bool IsFirstArrayDimension {get; set;}
When this property is true, this sequence data type and all its immediately following element sequence data types that have this property set to false define an array (single-dimensional if there is no such element data type, or multidimensional otherwise). On the contrary, with an element sequence data type that has this property set to true, an array of arrays (jagged array) is defined.