IVector<T>.Clear Method

Definition

Removes all items from the vector.

public:
 void Clear();
void Clear();
public void Clear();
Public Sub Clear ()

Remarks

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

Applies to

See also