RuleCollection.GetEnumerator 方法

定义

返回一个枚举器,使你能够循环访问集合中的 对象。

public:
 virtual System::Collections::Generic::IEnumerator<Microsoft::Exchange::WebServices::Data::Rule ^> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<Microsoft.Exchange.WebServices.Data.Rule> GetEnumerator ();
Public Function GetEnumerator () As IEnumerator(Of Rule)

返回

可用于循环访问集合的枚举器。

实现

适用于