ResourcePropertyTable.GetEnumerator 方法

因为我们必须为每个 CatalogResource,的 N log 重写 GetEnumerator。

命名空间:  Microsoft.TeamFoundation.Server.Core
程序集:  Microsoft.TeamFoundation.Server.Core(在 Microsoft.TeamFoundation.Server.Core.dll 中)

语法

声明
Public Overrides Function GetEnumerator As IEnumerator(Of SqlDataRecord)
public override IEnumerator<SqlDataRecord> GetEnumerator()

返回值

类型:System.Collections.Generic.IEnumerator<SqlDataRecord>
返回 IEnumerator<T>

实现

IEnumerable<T>.GetEnumerator()

.NET Framework 安全性

请参阅

参考

ResourcePropertyTable 类

Microsoft.TeamFoundation.Server.Core 命名空间