C# Class System.Collections.@__IDictionaryEnumerator

Inheritance: global::java.lang.Object, global::System.Collections.IDictionaryEnumerator
Show file Open project: Mazrick/jni4net

Public Methods

Method Description
MoveNext ( ) : bool
Reset ( ) : void

Private Methods

Method Description
@__IDictionaryEnumerator ( global @__env )
@__Init ( global @__env, global @__class ) : global::System.Collections.Generic.List
Current1 ( global @__envp, global @__obj ) : global::net.sf.jni4net.utils.JniHandle
Entry5 ( global @__envp, global @__obj ) : global::net.sf.jni4net.utils.JniHandle
InitJNI ( global @__env, java @__class ) : void
Key3 ( global @__envp, global @__obj ) : global::net.sf.jni4net.utils.JniHandle
MoveNext0 ( global @__envp, global @__obj ) : bool
Reset2 ( global @__envp, global @__obj ) : void
Value4 ( global @__envp, global @__obj ) : global::net.sf.jni4net.utils.JniHandle

Method Details

MoveNext() public method

public MoveNext ( ) : bool
return bool

Reset() public method

public Reset ( ) : void
return void