| CoreClasses REALbasic Plugin |
|
ObjectDictionary.Constructor Constructor
A Constructor to construct a ObjectDictionary with non distinct keys.
Constructor(
EnableMultiKeys as Boolean)
Parameters
- EnableMultiKeys
- If this parameter is set to true then the dictionary will accept multiple keys with the same value. If this parameter is skipped then it will be set to false by default.
Remarks
See Also
ObjectDictionary Class