VBArrayDescriptorZeroBasedOneDimensionalArray Method

Returns a VBArrayDescriptor object for a one dimensional array with zero-based index.

Definition

Namespace: Gemstone.Interop
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.174 -- Release Build+aa37ec1cbeacbf32d632bf098b6401a4346e3db1
public static VBArrayDescriptor ZeroBasedOneDimensionalArray(
	int arrayLength
)

Parameters

arrayLength  Int32
Length of the array.

Return Value

VBArrayDescriptor
A VBArrayDescriptor object.

See Also