VOOZH about

URL: https://www.geeksforgeeks.org/websites-apps/asp-dictionary-removeall-method/

⇱ ASP Dictionary.RemoveAll Method - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

ASP Dictionary.RemoveAll Method

Last Updated : 31 Mar, 2021

The ASP Dictionary.RemoveAll Method is used to remove all the key-value pairs from a Dictionary Object. 

Syntax:

DictionaryObject.RemoveAll 

Example Code: Below code demonstrates the ASP Dictionary.RemoveAll Method. 

Output:

Key values:

(nothing)
Comment
Article Tags: