BamlLocalizationDictionaryEnumerator.MoveNext Method

Definition

Moves to the next item in the collection.

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 the enumerator successfully advances to the next element. If there are no remaining elements, this method returns false.

Implements

Applies to