Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds the specified pair of values to the collection.
Syntax
public void add(anytype _oneValue, anytype _manyValue)
Run On
Called
Parameters
- _oneValue
Type: anytype
The one value.
- _manyValue
Type: anytype
The many value.
Exceptions
Exception | Condition |
---|---|
Error | The many value has already been inserted for the one value and duplicates are not allowed. |