Retrieves the element of the current Vector that is identifed by the specified index.
virtual T GetAt( unsigned int index );
A zero-based, unsigned integer that specifies a particular element in the Vector object.
The element specified by the index parameter. The element type is defined by the T typename.
Header: collection.h
Namespace: Platform::Collections