WeakCollection<T>::Remove Method (T)
Visual Studio 2015
Microsoft internal use only. Removes an item from the underlying collection, if it exists.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
This is 0(n), where n is the number of WeakReferences currently in the list.
Show: