TableRowCollection.IEnumerable.GetEnumerator Метод
Определение
Описание этого члена см. в разделе GetEnumerator().For a description of this member, see GetEnumerator().
virtual System::Collections::IEnumerator ^ System.Collections.IEnumerable.GetEnumerator() = System::Collections::IEnumerable::GetEnumerator;
System.Collections.IEnumerator IEnumerable.GetEnumerator ();
abstract member System.Collections.IEnumerable.GetEnumerator : unit -> System.Collections.IEnumerator
override this.System.Collections.IEnumerable.GetEnumerator : unit -> System.Collections.IEnumerator
Function GetEnumerator () As IEnumerator Implements IEnumerable.GetEnumerator
Возвращаемое значение
Объект IEnumerator, который используется для прохода по коллекции.An IEnumerator object that can be used to iterate through the collection.
Реализации
Комментарии
Этот член представляет собой явную реализацию члена интерфейса.This member is an explicit interface member implementation. Он может использоваться, только если экземпляр TableRowCollection приведен к типу интерфейса IEnumerable.It can be used only when the TableRowCollection instance is cast to an IEnumerable interface.