Click or drag to resize

JVMBridgeBaseEnumeratorTObjectIEnumeratorTObjectCurrent Property

Gets the element in the collection at the current position of the enumerator.

Namespace: MASES.JCOBridge.C2JBridge
Assembly: C2JBridge (in C2JBridge.dll) Version: 2.5.12.240512-4d4b2fafd3df13602ccdeccef07b026ccf8b47b0
Syntax
TObject IEnumerator<TObject>.Current { get; }

Return Value

TObject
The element in the collection at the current position of the enumerator.

Implements

IEnumeratorTCurrent
See Also