ObjectCollection.Constructor Constructor (console safe)
A Constructor to construct a ObjectCollection with non distinct keys.

Constructor(
EnableMultiKeys
as Boolean)
Parameters
- EnableMultiKeys
- If this parameter is set to true then the collection 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
ObjectCollection Class