NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IList.Clear

When implemented by a class, removes all items from the IList.

[Visual Basic]
Sub Clear()
[C#]
void Clear();
[C++]
void Clear() = 0;
[JScript]
function Clear();

See Also

IList Interface | IList Members | System.Collections Namespace