BasicProfileViolationEnumerator.MoveNext Método
Definição
Enumera para o próximo elemento no BasicProfileViolationCollection.Enumerates to the next element in the BasicProfileViolationCollection.
public:
virtual bool MoveNext();
public bool MoveNext ();
abstract member MoveNext : unit -> bool
override this.MoveNext : unit -> bool
Public Function MoveNext () As Boolean
Retornos
false se o fim da coleção tiver sido atingido; caso contrário, true.false if the end of the collection is reached; otherwise true.