VisualCollection.Enumerator Структура
Определение
Выполняет перечисление элементов Visual в объекте VisualCollection.Enumerates Visual items in a VisualCollection.
public: value class VisualCollection::Enumerator : System::Collections::IEnumerator
public struct VisualCollection.Enumerator : System.Collections.IEnumerator
type VisualCollection.Enumerator = struct
interface IEnumerator
Public Structure VisualCollection.Enumerator
Implements IEnumerator
- Наследование
- Реализации
Свойства
Current |
Получает текущий элемент в коллекции.Gets the current element in the collection. |
Методы
MoveNext() |
Перемещает перечислитель к следующему элементу коллекции.Advances the enumerator to the next element in the collection. |
Reset() |
Сбрасывает перечислитель, возвращая его в исходное положение — перед первым элементом в коллекции.Resets the enumerator to its initial position, which is before the first element in the collection. |
Явные реализации интерфейса
IEnumerator.Current |
Описание этих членов см. в описании свойства Current.For a description of this members, see Current. |