1 implementation of GetAt
mscorlib (1)
system\runtime\interopservices\windowsruntime\icustompropertyprovider.cs (1)
287
object IBindableVector.
GetAt
(uint index)
3 references to GetAt
mscorlib (3)
system\runtime\interopservices\windowsruntime\bindablevectortocollectionadapter.cs (1)
107
array.SetValue(_this.
GetAt
(i), i + arrayIndex);
system\runtime\interopservices\windowsruntime\bindablevectortolistadapter.cs (1)
176
return _this.
GetAt
(index);
system\runtime\interopservices\windowsruntime\icustompropertyprovider.cs (1)
293
return bindableVector.
GetAt
(index);