WeakCollection<T>::Add Method (T)

 

Microsoft internal use only. Adds a WeakReference to the item to the collection.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
void Add(
	T item
)

Parameters

item
Type: T

The item to add to the collection.

Return to top
Show: