C# Class System.Collections.@__IEnumerator

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

Public Methods

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

Private Methods

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

Method Details

MoveNext() public method

public MoveNext ( ) : bool
return bool

Reset() public method

public Reset ( ) : void
return void