WeakCollection<T>.ToList Method

Definition

Gets a list containing strong references to the items in this collection.

C++
public:
 System::Collections::Generic::IList<T> ^ ToList();

Returns

IList<T>

A list containing strong references to items in this collection.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022