ObjectParameterCollection.GetEnumerator Method ()
Returns enumerator instances, which allow the collection to be iterated through and traversed.
Assembly: EntityFramework (in EntityFramework.dll)
Return Value
Type: System.Collections.Generic.IEnumerator<ObjectParameter>An IEnumerator<T> object that can be used to iterate through the collection.