10 references to GetVectorOfT
mscorlib (10)
system\runtime\interopservices\windowsruntime\icustompropertyprovider.cs (10)
298
return
GetVectorOfT
().GetAt(index);
316
return
GetVectorOfT
().Size;
333
return new IVectorViewToIBindableVectorViewAdapter<T1>(
GetVectorOfT
().GetView());
386
return
GetVectorOfT
().IndexOf(ConvertTo<T1>(value), out index);
401
GetVectorOfT
().SetAt(index, ConvertTo<T1>(value));
416
GetVectorOfT
().InsertAt(index, ConvertTo<T1>(value));
431
GetVectorOfT
().RemoveAt(index);
446
GetVectorOfT
().Append(ConvertTo<T1>(value));
461
GetVectorOfT
().RemoveAtEnd();
476
GetVectorOfT
().Clear();