IResultCollection<T> Interface

Describes the mechanisms for ResultCollections. ResultCollections are enumerable and disposable.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Interface IResultCollection(Of T) _
    Inherits IEnumerable(Of T), IEnumerable, IDisposable
public interface IResultCollection<T> : IEnumerable<T>, 
    IEnumerable, IDisposable
generic<typename T>
public interface class IResultCollection : IEnumerable<T>, 
    IEnumerable, IDisposable
type IResultCollection<'T> =  
    interface 
        interface IEnumerable<'T>
        interface IEnumerable 
        interface IDisposable 
    end
JScript does not support generic types or methods.

Type Parameters

  • T

The IResultCollection<T> type exposes the following members.

Methods

  Name Description
Public method Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.)
Public method GetEnumerator Returns an enumerator that iterates through the collection. (Inherited from IEnumerable<T>.)

Top

See Also

Reference

Microsoft.TeamFoundation.Client Namespace