ObjectParameterCollection.GetEnumerator Method ()

 

Returns enumerator instances, which allow the collection to be iterated through and traversed.

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

public virtual IEnumerator<ObjectParameter> GetEnumerator()

Return Value

Type: System.Collections.Generic.IEnumerator<ObjectParameter>

An IEnumerator<T> object that can be used to iterate through the collection.