ReadOnlyMetadataCollection<T>.Enumerator.MoveNext Method

Definition

Moves to the next member in the collection of type ReadOnlyMetadataCollection<T>.Enumerator.

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 is moved in the collection of type ReadOnlyMetadataCollection<T>.Enumerator; otherwise, false.

Implements

Applies to