MemberReferenceHandleCollection.Enumerator Struktura
Definice
public: value class MemberReferenceHandleCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Reflection::Metadata::MemberReferenceHandle>
public struct MemberReferenceHandleCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Reflection.Metadata.MemberReferenceHandle>
type MemberReferenceHandleCollection.Enumerator = struct
interface IEnumerator<MemberReferenceHandle>
interface IEnumerator
interface IDisposable
Public Structure MemberReferenceHandleCollection.Enumerator
Implements IEnumerator(Of MemberReferenceHandle)
- 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. |