R
Rob Richardson
Greetings!
The help page for the DictionaryBase class includes a class with the
following property:
Default Public Property Item(key As [String]) As [String]
Get
Return CType(Dictionary(key), [String])
End Get
Set
Dictionary(key) = value
End Set
End Property
I have never before seen a type surrounded by brackets. What does it mean?
Thanks very much!
Rob
The help page for the DictionaryBase class includes a class with the
following property:
Default Public Property Item(key As [String]) As [String]
Get
Return CType(Dictionary(key), [String])
End Get
Set
Dictionary(key) = value
End Set
End Property
I have never before seen a type surrounded by brackets. What does it mean?
Thanks very much!
Rob