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
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.