X509ExtensionCollection.IEnumerable<X509Extension>.GetEnumerator Metoda

Definicja

Zwraca moduł wyliczający, który iteruje po kolekcji.

 virtual System::Collections::Generic::IEnumerator<System::Security::Cryptography::X509Certificates::X509Extension ^> ^ System.Collections.Generic.IEnumerable<System.Security.Cryptography.X509Certificates.X509Extension>.GetEnumerator() = System::Collections::Generic::IEnumerable<System::Security::Cryptography::X509Certificates::X509Extension ^>::GetEnumerator;
System.Collections.Generic.IEnumerator<System.Security.Cryptography.X509Certificates.X509Extension> IEnumerable<X509Extension>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<System.Security.Cryptography.X509Certificates.X509Extension>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Security.Cryptography.X509Certificates.X509Extension>
override this.System.Collections.Generic.IEnumerable<System.Security.Cryptography.X509Certificates.X509Extension>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Security.Cryptography.X509Certificates.X509Extension>
Function GetEnumerator () As IEnumerator(Of X509Extension) Implements IEnumerable(Of X509Extension).GetEnumerator

Zwraca

IEnumerator<X509Extension>

Moduł wyliczający, który może służyć do iterowania po kolekcji.

Implementuje

Dotyczy