HttpFileCollectionBase.GetEnumerator 方法
定义
当在派生类中重写时,返回一个可用于循环访问集合的枚举数。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
返回
一个可用于循环访问集合的对象。An object that can be used to iterate through the collection.
实现
例外
始终。Always.