ReadOnlyMetadataCollection<T>.Enumerator.MoveNext Method ()

 

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

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

public bool MoveNext()

Return Value

Type: System.Boolean

true if the enumerator is moved in the collection of type T:System.Data.Entity.Core.Metadata.Edm.ReadOnlyMetadataCollection`1.EnumeratortaCollection ; otherwise, false.