Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

EqtBaseCollection<T>::Add Method (T)

 

Adds an item to the collection.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public:
virtual void Add(
	T item
)

Parameters

item
Type: T

An item whose type matches the generic type that was declared when the class was created.

Type Parameters

T

A Type that defines the objects in the collection.

Return to top
Show: