X509Certificate2Enumerator.IEnumerator.MoveNext Método

Definição

Para obter uma descrição desse membro, confira MoveNext().For a description of this member, see MoveNext().

 virtual bool System.Collections.IEnumerator.MoveNext() = System::Collections::IEnumerator::MoveNext;
bool IEnumerator.MoveNext ();
abstract member System.Collections.IEnumerator.MoveNext : unit -> bool
override this.System.Collections.IEnumerator.MoveNext : unit -> bool
Function MoveNext () As Boolean Implements IEnumerator.MoveNext

Retornos

Boolean

true se o enumerador foi avançado com êxito para o próximo elemento; false se o enumerador passou o final da coleção.true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.

Implementações

Exceções

A coleção foi modificada depois da criação do enumerador.The collection was modified after the enumerator was created.

Comentários

Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele só pode ser usado quando a instância de X509Certificate2Enumerator é convertida em uma interface de IEnumerator.It can be used only when the X509Certificate2Enumerator instance is cast to an IEnumerator interface.

Aplica-se a