Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Framework.Server.DisposableCollection<T>
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Class DisposableCollection(Of T) _
Implements IDisposable, IList(Of T), ICollection(Of T), _
IEnumerable(Of T), IEnumerable
public class DisposableCollection<T> : IDisposable,
IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable
generic<typename T>
public ref class DisposableCollection : IDisposable,
IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable
type DisposableCollection<'T> =
class
interface IDisposable
interface IList<'T>
interface ICollection<'T>
interface IEnumerable<'T>
interface IEnumerable
end
JScript does not support generic types or methods.
Type Parameters
- T
The DisposableCollection<T> type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
DisposableCollection<T> |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Count | |
![]() |
IsReadOnly | |
![]() |
Item |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Add | |
![]() |
Clear | |
![]() |
Contains | |
![]() |
CopyTo | |
![]() |
Dispose | |
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize | (Overrides Object.Finalize().) |
![]() |
GetEnumerator | |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
IndexOf | |
![]() |
Insert | |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
Remove | |
![]() |
RemoveAt | |
![]() |
Sort(IComparer<T>) | |
![]() |
Sort(Comparison<T>) | |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
![]() ![]() |
IEnumerable.GetEnumerator |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)
.gif)
.gif)
.gif)