怎么在类对象中声明一个Dictionary对象

如何在类对象中声明一个Dictionary对象
在类对象中声明一个Dictionary对象,并对Dictionary对象进行操作
类对象 Dictionary 类对象 dictionary

------解决方案--------------------
Dim dict
Set dict = CreateObject("Scripting.Dictionary")