Interface IEnumerator
-
- All Superinterfaces:
IJCOBridgeReflected,java.util.Iterator<NetObject>
- All Known Subinterfaces:
IDictionaryEnumerator
- All Known Implementing Classes:
IDictionaryEnumeratorImplementation,IEnumeratorImplementation
public interface IEnumerator extends IJCOBridgeReflected, java.util.Iterator<NetObject>
The base .NET class managing System.Collections.IEnumerator, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089. ExtendsNetObject.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNamestatic java.lang.StringassemblyShortNamestatic java.lang.StringclassName
-
Method Summary
Static Methods Modifier and Type Method Description static IEnumeratorToIEnumerator(IJCOBridgeReflected from)-
Methods inherited from interface org.mases.jcobridge.netreflection.IJCOBridgeReflected
getJCOAssemblyName, getJCOClassName, getJCOInstance, getJCOObjectName, getJCOType
-
-
-
-
Field Detail
-
assemblyFullName
static final java.lang.String assemblyFullName
- See Also:
- Constant Field Values
-
assemblyShortName
static final java.lang.String assemblyShortName
- See Also:
- Constant Field Values
-
className
static final java.lang.String className
- See Also:
- Constant Field Values
-
-
Method Detail
-
ToIEnumerator
static IEnumerator ToIEnumerator(IJCOBridgeReflected from) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-