public static int Lbound(
Object arr,
int 维数 = 1
)
Public Shared Function Lbound (
arr As Object,
Optional 维数 As Integer = 1
) As Integer
Dim arr As Object
Dim 维数 As Integer
Dim returnValue As Integer
returnValue = ArrayHelper.Lbound(arr, 维数)