ReadOnlyMetadataCollection<T>.Enumerator Struktura
Definice
Podporuje jednoduchou iteraci v ReadOnlyMetadataCollection<T> kolekci.Supports a simple iteration over the ReadOnlyMetadataCollection<T> collection.
public: where T : MetadataItemvalue class ReadOnlyMetadataCollection<T>::Enumerator : System::Collections::Generic::IEnumerator<T>
public struct ReadOnlyMetadataCollection<T>.Enumerator : System.Collections.Generic.IEnumerator<T> where T : MetadataItem
type ReadOnlyMetadataCollection<'T (requires 'T :> MetadataItem)>.Enumerator = struct
interface IEnumerator<'T (requires 'T :> MetadataItem)>
interface IDisposable
interface IEnumerator
Public Structure ReadOnlyMetadataCollection(Of T).Enumerator
Implements IEnumerator(Of T)
Parametry typu
- T
- Dědičnost
- Implementuje
Vlastnosti
Current |
Získá člena na aktuální pozici.Gets the member at the current position. |
Metody
Dispose() |
Odstraní tento enumerátor.Disposes of this enumerator. |
MoveNext() |
Přesune se na dalšího člena v kolekci typu ReadOnlyMetadataCollection<T>.Enumerator .Moves to the next member in the collection of type ReadOnlyMetadataCollection<T>.Enumerator. |
Reset() |
Umístí enumerátor před první pozici v kolekci typu ReadOnlyMetadataCollection<T> .Positions the enumerator before the first position in the collection of type ReadOnlyMetadataCollection<T>. |
Explicitní implementace rozhraní
IEnumerator.Current |
Získá člena na aktuální pozici.Gets the member at the current position. |