Inserts the specified item after the last item in the current Vector.
virtual void Append( T item );
The item to insert into the Vector. The type of item is defined by the T typename.
Header: collection.h
Namespace: Platform::Collections