DeclarativeSecurityAttributeHandleCollection.Enumerator Struktura
Definice
public: value class DeclarativeSecurityAttributeHandleCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Reflection::Metadata::DeclarativeSecurityAttributeHandle>
public struct DeclarativeSecurityAttributeHandleCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Reflection.Metadata.DeclarativeSecurityAttributeHandle>
type DeclarativeSecurityAttributeHandleCollection.Enumerator = struct
interface IEnumerator<DeclarativeSecurityAttributeHandle>
interface IEnumerator
interface IDisposable
Public Structure DeclarativeSecurityAttributeHandleCollection.Enumerator
Implements IEnumerator(Of DeclarativeSecurityAttributeHandle)
- Dědičnost
- Implementuje
Vlastnosti
Current |
Získá prvek v kolekci na aktuální pozici čítače výčtu.Gets the element in the collection at the current position of the enumerator. |
Metody
MoveNext() |
Posune enumerátor na další prvek kolekce.Advances the enumerator to the next element of the collection. |
Explicitní implementace rozhraní
IDisposable.Dispose() |
Provede aplikací definované úlohy spojené s uvolněním nebo resetováním nespravovaných prostředků.Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
IEnumerator.Current |
Získá prvek v kolekci na aktuální pozici čítače výčtu.Gets the element in the collection at the current position of the enumerator. |
IEnumerator.Reset() |
Nastaví enumerátor na jeho počáteční pozici, která je před prvním prvkem v kolekci.Sets the enumerator to its initial position, which is before the first element in the collection. |