IResultCollection<T> 介面
描述 ResultCollections 的機制。 ResultCollections 是可列舉和處置的。
命名空間: Microsoft.TeamFoundation.Client
組件: Microsoft.TeamFoundation.Client (在 Microsoft.TeamFoundation.Client.dll 中)
語法
'宣告
Public Interface IResultCollection(Of T) _
Inherits IEnumerable(Of T), IEnumerable, IDisposable
public interface IResultCollection<T> : IEnumerable<T>,
IEnumerable, IDisposable
型別參數
- T
IResultCollection<T> 型別會公開下列成員。
方法
名稱 | 說明 | |
---|---|---|
Dispose | 執行與釋放 (Free)、釋放 (Release) 或重設 Unmanaged 資源相關聯之應用程式定義的工作。 (繼承自 IDisposable)。 | |
GetEnumerator | 傳回可逐一查看集合的列舉程式。 (繼承自 IEnumerable<T>)。 |
回頁首