SPRequestManagementRuleCollection<T>.GetEnumerator 方法
获取一个可用于循环访问集合的枚举器。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Function GetEnumerator As IEnumerator(Of T)
用法
Dim instance As SPRequestManagementRuleCollection
Dim returnValue As IEnumerator(Of T)
returnValue = instance.GetEnumerator()
public IEnumerator<T> GetEnumerator()
返回值
类型:System.Collections.Generic.IEnumerator<T>
枚举数。
实现
IEnumerable<T>.GetEnumerator()
另请参阅
引用
SPRequestManagementRuleCollection<T> 类