MapDynamicMemberInstance.MoveNext Method

Definition

Moves the context to the next instance.

public:
 virtual bool MoveNext();
public bool MoveNext ();
abstract member MoveNext : unit -> bool
override this.MoveNext : unit -> bool
Public Function MoveNext () As Boolean

Returns

true if successfully moved to the next instance; false if there is no more instance to move to.

Applies to