Edit

Share via


ObjectParameterCollection.IEnumerable<ObjectParameter>.GetEnumerator Method

Definition

Returns a typed enumerator over the collection.

C#
System.Collections.Generic.IEnumerator<System.Data.Objects.ObjectParameter> IEnumerable<ObjectParameter>.GetEnumerator();

Returns

An IEnumerator<T> of type ObjectParameter.

Implements

Remarks

Returns an IEnumerator<T> instance. This allows the collection to be iterated through and traversed.

Applies to

Product Versions
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1