Click or drag to resize

IJavaArrayGet(Int32, Int32) Method

Returns a sub array at startIndex with a length of length

Namespace: MASES.JCOBridge.C2JBridge.JVMInterop
Assembly: C2JBridge (in C2JBridge.dll) Version: 2.6.9.260611-9a148513a79c26cdd7f1dde468f4f9e06ef3bc7e
Syntax
Object Get(
	int startIndex,
	int length
)

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