Share via


ObjectParameterCollection.GetEnumerator Method

Definition

These methods return enumerator instances, which allow the collection to be iterated through and traversed.

public virtual System.Collections.Generic.IEnumerator<System.Data.Entity.Core.Objects.ObjectParameter> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Data.Entity.Core.Objects.ObjectParameter>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Data.Entity.Core.Objects.ObjectParameter>
Public Overridable Function GetEnumerator () As IEnumerator(Of ObjectParameter)

Returns

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

Implements

Applies to