Vector::Append Method

0 out of 1 rated this helpful - Rate this topic

Inserts the specified item after the last item in the current Vector.


virtual void Append(
   T item
);
index

The item to insert into the Vector. The type of item 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.