Click or drag to resize

CLREventDataTObjectGetAtTReturn Method

The extra data associated to the event converted into TReturn

Namespace: MASES.JCOBridge.C2JBridge
Assembly: C2JBridge (in C2JBridge.dll) Version: 2.5.10.240120-2a3d9d79d92bde9fdf6d46131ee31d20c12fe372
Syntax
public TReturn GetAt<TReturn>(
	int index
)

Parameters

index  Int32
The index to retrieve

Type Parameters

TReturn
The return type expected: class implementing IJVMBridgeBase, IJavaObject, Enum, primitive types or array of primitives types

Return Value

TReturn
The extra data at index index converted to TReturn, or null if there is any extra data
See Also