IVector<TValue>.size Method

Definition

Counts the number of elements in the container.

public:
 int size();
public int size ();
abstract member size : unit -> int
Public Function size () As Integer

Returns

The length of the controlled sequence.

Remarks

For more information, see vector::size (STL/CLR).

Applies to