ReadOnlyMetadataCollection<T>.Enumerator Struct   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The enumerator for MetadataCollection
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1815:OverrideEqualsAndOperatorEqualsOnValueTypes")]
public struct ReadOnlyMetadataCollection<T>.Enumerator : System.Collections.Generic.IEnumerator<T> where T : MetadataItemtype ReadOnlyMetadataCollection<'T (requires 'T :> MetadataItem)>.Enumerator = struct
    interface IEnumerator<'T (requires 'T :> MetadataItem)>
    interface IDisposable
    interface IEnumeratorPublic Structure ReadOnlyMetadataCollection(Of T).Enumerator
Implements IEnumerator(Of T)Type Parameters
- T
- Inheritance
- 
				ReadOnlyMetadataCollection<T>.Enumerator
- Attributes
- 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 |