ReadOnlyMetadataCollection<T>.Enumerator Structure
The enumerator for MetadataCollection
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | Current | Gets the member at the current position. |
Name | Description | |
---|---|---|
![]() | Dispose() | Disposes of this enumerator. |
![]() | Equals(Object) | (Inherited from ValueType.) |
![]() | GetHashCode() | (Inherited from ValueType.) |
![]() | GetType() | (Inherited from Object.) |
![]() | 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() | (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.