Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IVector<T>.Append(T) Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Appends an item to the end of the vector.

public:
 void Append(T value);
void Append(T const& value);
public void Append(T value);
Public Sub Append (value As T)

Parameters

value
T

The item to append to the vector.

Remarks

When programming with .NET, this interface is hidden, and you should use the System.Collections.Generic.IList<T> interface.

Applies to

See also


Feedback

Was this page helpful?