ReadOnlyMetadataCollection<T>.Enumerator Structure

 

The enumerator for MetadataCollection

Namespace:   System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

[SuppressMessageAttribute("Microsoft.Performance", "CA1815:OverrideEqualsAndOperatorEqualsOnValueTypes")]
public struct Enumerator : IEnumerator<T>, IDisposable, IEnumerator

NameDescription
System_CAPS_pubpropertyCurrent

Gets the member at the current position.

NameDescription
System_CAPS_pubmethodDispose()

Disposes of this enumerator.

System_CAPS_pubmethodEquals(Object)

(Inherited from ValueType.)

System_CAPS_pubmethodGetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodMoveNext()

Moves to the next member in the collection of type ReadOnlyMetadataCollection<T>.Enumerator .

System_CAPS_pubmethodReset()

Positions the enumerator before the first position in the collection of type ReadOnlyMetadataCollection<T> .

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.