StateManagedCollection.GetEnumerator Method

Definition

Returns an iterator that iterates through the StateManagedCollection collection.

public:
 System::Collections::IEnumerator ^ GetEnumerator();
public System.Collections.IEnumerator GetEnumerator ();
member this.GetEnumerator : unit -> System.Collections.IEnumerator
Public Function GetEnumerator () As IEnumerator

Returns

An IEnumerator that can be used to iterate through the StateManagedCollection.

Applies to

See also