ReadOnlyMetadataCollection<T>.Enumerator Struct
Definition
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)
Type Parameters
- T
- Inheritance
- Implements
Properties
Current |
Gets the member at the current position. |
Methods
Dispose() |
Disposes of this enumerator. |
MoveNext() |
Moves to the next member in the collection of type ReadOnlyMetadataCollection<T>.Enumerator. |
Reset() |
Positions the enumerator before the first position in the collection of type ReadOnlyMetadataCollection<T>. |
Explicit Interface Implementations
IEnumerator.Current |
Gets the member at the current position. |