Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 486 Bytes

ivector_1_clear_556466.md

File metadata and controls

21 lines (15 loc) · 486 Bytes
-api-id -api-type
M:Windows.Foundation.Collections.IVector`1.Clear
winrt method

Windows.Foundation.Collections.IVector.Clear

-description

Removes all items from the vector.

-remarks

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

-examples

-see-also

IVector<T>