2 references to GetAt
mscorlib (2)
system\runtime\interopservices\windowsruntime\vectortocollectionadapter.cs (1)
105array[i + arrayIndex] = VectorToListAdapter.GetAt<T>(_this, (uint)i);
system\runtime\interopservices\windowsruntime\vectortolistadapter.cs (1)
43return GetAt(_this, (uint)index);