 | CLREventDataTObjectGetAtTReturn Method |
The extra data associated to the event converted into TReturn
Namespace: MASES.JCOBridge.C2JBridgeAssembly: C2JBridge (in C2JBridge.dll) Version: 2.6.4.250922-152ba6ff9edce5bce8e7bf5a86e1098f7e200363
Syntaxpublic TReturn GetAt<TReturn>(
int index
)
Public Function GetAt(Of TReturn) (
index As Integer
) As TReturn
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
TReturnThe extra data at index
index converted to
TReturn, or null if there is any extra data
See Also