VisualCollection.Enumerator Struct

Definition

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
Inheritance
VisualCollection.Enumerator
Implements

Properties

Current

Gets the current element in the collection.

Methods

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.

Explicit Interface Implementations

IEnumerator.Current

For a description of this members, see Current.

Applies to