BehaviorServiceAdornerCollectionEnumerator Class

 

Supports iteration over a BehaviorServiceAdornerCollection.

Namespace:   System.Windows.Forms.Design.Behavior
Assembly:  System.Design (in System.Design.dll)

System::Object
  System.Windows.Forms.Design.Behavior::BehaviorServiceAdornerCollectionEnumerator

public ref class BehaviorServiceAdornerCollectionEnumerator : IEnumerator

NameDescription
System_CAPS_pubmethodBehaviorServiceAdornerCollectionEnumerator(BehaviorServiceAdornerCollection^)

Initializes a new instance of the BehaviorServiceAdornerCollectionEnumerator class.

NameDescription
System_CAPS_pubpropertyCurrent

Gets the current element in the BehaviorServiceAdornerCollection.

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodMoveNext()

Advances the enumerator to the next element of the BehaviorServiceAdornerCollection.

System_CAPS_pubmethodReset()

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

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIEnumerator::MoveNext()

For a description of this member, see the IEnumerator::MoveNext method.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIEnumerator::Reset()

For a description of this member, see the IEnumerator::Reset method.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIEnumerator::Current

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

.NET Framework
Available since 2.0

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: