HttpStaticObjectsCollectionWrapper.GetEnumerator Method

Definition

Returns an enumerator that can be used to iterate through the collection.

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

Returns

An object that can be used to iterate through the collection.

Applies to