ArgumentsAdd Method (String, String) |
添加一个参数
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public void Add(
string key,
string value
)
Public Sub Add (
key As String,
value As String
)
public:
void Add(
String^ key,
String^ value
)
member Add :
key : string *
value : string -> unit
Parameters
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:Adf.Arguments.Add(System.String,System.String)"]
- value
- Type: SystemString
[Missing <param name="value"/> documentation for "M:Adf.Arguments.Add(System.String,System.String)"]
See Also