Windows.Win32.Foundation.ComPointerList<T> class ComPointerList<T> where T : ValueType modreq(System.Runtime.InteropServices.UnmanagedType), IComIID Documentation Code public int Count { get; } public T* this[int index] { get; } public ComPointerList() public void Add(T* item) public void Clear() public int IndexOf(T* item) public bool Remove(T* item) public void RemoveAt(int index)