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!

CollectionInfo.Clear

Removes all items from the collection.

[Visual Basic]
Overridable Public Sub Clear( _
   ByVal collection As Object _
)
[C#]
public virtual void Clear(
   object collection
);
[C++]
public: virtual void Clear(
   Object* collection
);
[JScript]
public function Clear(
   collection : Object
);

Parameters

collection
Instance of the collection Object to query.

See Also

CollectionInfo Class | CollectionInfo Members | System.WinForms.ComponentModel Namespace