Model3DCollection.Enumerator Структура
Определение
Перечисляет элементы в коллекции.Enumerates items in a collection.
public: value class Model3DCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Windows::Media::Media3D::Model3D ^>
public struct Model3DCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Windows.Media.Media3D.Model3D>
type Model3DCollection.Enumerator = struct
interface IEnumerator
interface IEnumerator<Model3D>
interface IDisposable
Public Structure Model3DCollection.Enumerator
Implements IEnumerator(Of Model3D)
- Наследование
- Реализации
Свойства
Current |
Получает текущий элемент в коллекции.Gets the current element in the collection. |
Методы
MoveNext() |
Перемещает перечислитель к следующему элементу коллекции.Advances the enumerator to the next element of the collection. |
Reset() |
Устанавливает перечислитель в его начальное положение, т. е. перед первым элементом коллекции.Sets the enumerator to its initial position, which is before the first element in the collection. |
Явные реализации интерфейса
IDisposable.Dispose() |
Этот член поддерживает инфраструктуру Windows Presentation Foundation (WPF)Windows Presentation Foundation (WPF) и не предназначен для непосредственного использования из кода.This member supports the Windows Presentation Foundation (WPF)Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |
IEnumerator.Current |
Этот член поддерживает инфраструктуру Windows Presentation Foundation (WPF)Windows Presentation Foundation (WPF) и не предназначен для непосредственного использования из кода.This member supports the Windows Presentation Foundation (WPF)Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |