Vector::ReplaceAll Method

This topic has not yet been rated - Rate this topic

Deletes the elements in the current Vector and then inserts the elements from the specified array.


virtual void ReplaceAll(
   const ::Platform::Array<T>^ arr
);
arr

An array of objects whose type is defined by the T typename.

Header: collection.h

Namespace: Platform::Collections

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.