ObjectParameterCollection.IEnumerable<ObjectParameter>.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.
Returns a typed enumerator over the collection.
virtual System::Collections::Generic::IEnumerator<System::Data::Objects::ObjectParameter ^> ^ System.Collections.Generic.IEnumerable<System.Data.Objects.ObjectParameter>.GetEnumerator() = System::Collections::Generic::IEnumerable<System::Data::Objects::ObjectParameter ^>::GetEnumerator;
System.Collections.Generic.IEnumerator<System.Data.Objects.ObjectParameter> IEnumerable<ObjectParameter>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<System.Data.Objects.ObjectParameter>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Data.Objects.ObjectParameter>
override this.System.Collections.Generic.IEnumerable<System.Data.Objects.ObjectParameter>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Data.Objects.ObjectParameter>
Function GetEnumerator () As IEnumerator(Of ObjectParameter) Implements IEnumerable(Of 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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.