Adds new parameter to the collection.
| C# | Visual Basic | Visual C++ | F# |
public void Add( string name, string value )
Public Sub Add ( name As String, value As String )
public: void Add( String^ name, String^ value )
member Add : name : string * value : string -> unit
| Exception | Condition |
|---|---|
| ArgumentNullException | Is raised when name is null. |
| ArgumentException | Is raised when 'name' is '' or parameter with specified name
already exists in the collection. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119