VOOZH about

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

⇱ ASP Items Method - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

ASP Items Method

Last Updated : 19 Mar, 2021

The ASP Items Method is used to return an array of all the items currently in a Dictionary object.

Syntax:

DictionaryObject.Items

Example: The below code demonstrates the ASP Dictionary.Items Method. 

Output:

The values in the dictionary are:
Value: geeks
Value: coding
Value: placements
Comment
Article Tags: