ReadOnlyMetadataCollection<T>::Enumerator Structure
Supports a simple iteration over the ReadOnlyMetadataCollection<T> collection.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
| Name | Description | |
|---|---|---|
![]() | Current | Gets the member at the current position. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Disposes of this enumerator. |
![]() | Equals(Object^) | Indicates whether this instance and a specified object are equal.(Inherited from ValueType.) |
![]() | GetHashCode() | Returns the hash code for this instance.(Inherited from ValueType.) |
![]() | GetType() | |
![]() | 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>. |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerator::Current | Gets the member at the current position. |
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



