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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.