Edit

BehaviorServiceAdornerCollectionEnumerator Class

Definition

Supports iteration over a BehaviorServiceAdornerCollection.

public ref class BehaviorServiceAdornerCollectionEnumerator : System::Collections::IEnumerator
public class BehaviorServiceAdornerCollectionEnumerator : System.Collections.IEnumerator
type BehaviorServiceAdornerCollectionEnumerator = class
    interface IEnumerator
Public Class BehaviorServiceAdornerCollectionEnumerator
Implements IEnumerator
Inheritance
BehaviorServiceAdornerCollectionEnumerator
Implements

Constructors

Name Description
BehaviorServiceAdornerCollectionEnumerator(BehaviorServiceAdornerCollection)

Initializes a new instance of the BehaviorServiceAdornerCollectionEnumerator class.

Properties

Name Description
Current

Gets the current element in the BehaviorServiceAdornerCollection.

Methods

Name Description
MoveNext()

Advances the enumerator to the next element of the BehaviorServiceAdornerCollection.

Reset()

Sets the enumerator to its initial position, which is before the first element in the collection.

Explicit Interface Implementations

Name Description
IEnumerator.Current

For a description of this member, see the Current property.

IEnumerator.MoveNext()

For a description of this member, see the MoveNext() method.

IEnumerator.Reset()

For a description of this member, see the Reset() method.

Applies to