Dart.Emulation Namespace > OptionCollection Class : Add Method |
Dim instance As OptionCollection Dim value As Option instance.Add(value)
Use this method to add a new Option to the OptionCollection, to ensure it is used during option negotiation.
If an existing item has the same Code as the new option, the existing item is removed to prevent duplication.