HttpFileCollectionBase.GetEnumerator Method

Definition

When overridden in a derived class, 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.

Implements

Exceptions

Applies to