TableCellCollection.IEnumerable<TableCell>.GetEnumerator Метод

Определение

Описание этого члена см. в разделе GetEnumerator().

 virtual System::Collections::Generic::IEnumerator<System::Windows::Documents::TableCell ^> ^ System.Collections.Generic.IEnumerable<System.Windows.Documents.TableCell>.GetEnumerator() = System::Collections::Generic::IEnumerable<System::Windows::Documents::TableCell ^>::GetEnumerator;
System.Collections.Generic.IEnumerator<System.Windows.Documents.TableCell> IEnumerable<TableCell>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<System.Windows.Documents.TableCell>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Windows.Documents.TableCell>
override this.System.Collections.Generic.IEnumerable<System.Windows.Documents.TableCell>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Windows.Documents.TableCell>
Function GetEnumerator () As IEnumerator(Of TableCell) Implements IEnumerable(Of TableCell).GetEnumerator

Возвращаемое значение

IEnumerator<TableCell>

Объект IEnumerator<T>, который используется для прохода по коллекции.

Реализации

Комментарии

Этот член представляет собой явную реализацию члена интерфейса. Он может использоваться, только если экземпляр TableCellCollection приведен к типу интерфейса IEnumerable<T>.

Применяется к