ObjectParameterCollection.GetEnumerator Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.