1 implementation of Append
mscorlib (1)
system\runtime\interopservices\windowsruntime\icustompropertyprovider.cs (1)
435void IBindableVector.Append(object value)
2 references to Append
mscorlib (2)
system\runtime\interopservices\windowsruntime\bindablevectortolistadapter.cs (1)
63_this.Append(value);
system\runtime\interopservices\windowsruntime\icustompropertyprovider.cs (1)
441bindableVector.Append(value);