Model3DCollection.Enumerator Struct
Definition
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)
- Inheritance
- Implements
Properties
Current |
Gets the current element in the collection. |
Methods
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. |
Explicit Interface Implementations
IDisposable.Dispose() |
This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |
IEnumerator.Current |
This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |