public static VBArrayDescriptor OneBasedTwoDimensionalArray(
int dimensionOneLength,
int dimensionTwoLength
)Public Shared Function OneBasedTwoDimensionalArray (
dimensionOneLength As Integer,
dimensionTwoLength As Integer
) As VBArrayDescriptorpublic:
static VBArrayDescriptor^ OneBasedTwoDimensionalArray(
int dimensionOneLength,
int dimensionTwoLength
)Gemstone.Interop.VBArrayDescriptor.OneBasedTwoDimensionalArray = function(dimensionOneLength, dimensionTwoLength);