RemoveAll Method
      
 

Description

Removes all items from the collection.



Return Type

None  


Syntax

object.RemoveAll



The RemoveAll Method syntax has these parts:

Part Description
object An expression evaluating to an object of type XMPPVars.

Remarks

This method will delete all the items from the XMPPVars collection. After calling this method, the collection will be empty. If you wish to add new items, you should use Add method.