Windows apps
Collapse the table of content
Expand the table of content

Vector<T> Constructor

Creates a new instance of the Vector<T> structure.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method Vector<T>(T) Creates a vector whose components are of a specified type.
Public method Vector<T>(array<T>) Creates a vector from a specified array.
Public method Vector<T>(array<T>, Int32) Creates a vector from a specified array starting at a specified index position.
Top
Show:
© 2017 Microsoft