 | IJavaArrayGet(Int32, Int32) Method |
Returns a sub array at startIndex with a length of length
Namespace: MASES.JCOBridge.C2JBridge.JVMInteropAssembly: C2JBridge (in C2JBridge.dll) Version: 2.6.9.260611-9a148513a79c26cdd7f1dde468f4f9e06ef3bc7e
SyntaxObject Get(
int startIndex,
int length
)
Function Get (
startIndex As Integer,
length As Integer
) As Object
Parameters
- startIndex Int32
- The start index to get
- length Int32
- The number of elements to get
Return Value
Object
An
Object containing the sub-array values starting at
startIndex with the specified
length.
The actual runtime type depends on the underlying JVM array element type.
See Also