DeclarativeSecurityAttributeHandleCollection.IEnumerable<DeclarativeSecurityAttributeHandle>.GetEnumerator Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Возвращает перечислитель, выполняющий перебор элементов в коллекции.
virtual System::Collections::Generic::IEnumerator<System::Reflection::Metadata::DeclarativeSecurityAttributeHandle> ^ System.Collections.Generic.IEnumerable<System.Reflection.Metadata.DeclarativeSecurityAttributeHandle>.GetEnumerator() = System::Collections::Generic::IEnumerable<System::Reflection::Metadata::DeclarativeSecurityAttributeHandle>::GetEnumerator;
System.Collections.Generic.IEnumerator<System.Reflection.Metadata.DeclarativeSecurityAttributeHandle> IEnumerable<DeclarativeSecurityAttributeHandle>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<System.Reflection.Metadata.DeclarativeSecurityAttributeHandle>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Reflection.Metadata.DeclarativeSecurityAttributeHandle>
override this.System.Collections.Generic.IEnumerable<System.Reflection.Metadata.DeclarativeSecurityAttributeHandle>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Reflection.Metadata.DeclarativeSecurityAttributeHandle>
Function GetEnumerator () As IEnumerator(Of DeclarativeSecurityAttributeHandle) Implements IEnumerable(Of DeclarativeSecurityAttributeHandle).GetEnumerator
Возвращаемое значение
Перечислитель, который можно использовать для итерации по коллекции.
Реализации
Применяется к
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.