This documentation is archived and is not being maintained.

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)

generic<typename T>
public interface class IResultCollection : IEnumerable<T>, 
	IEnumerable, IDisposable

Type Parameters

T

The IResultCollection<T> type exposes the following members.

  NameDescription
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.)
Public methodGetEnumeratorReturns an enumerator that iterates through the collection. (Inherited from IEnumerable<T>.)
Top
Show: