1 implementation of RemoveAt
mscorlib (1)
system\runtime\interopservices\windowsruntime\icustompropertyprovider.cs (1)
420void IBindableVector.RemoveAt(uint index)
2 references to RemoveAt
mscorlib (2)
system\runtime\interopservices\windowsruntime\bindablevectortolistadapter.cs (1)
230_this.RemoveAt(index);
system\runtime\interopservices\windowsruntime\icustompropertyprovider.cs (1)
426bindableVector.RemoveAt(index);