ArgumentsAddWithQuote Method |
添加一个带符号包含的参数
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public void AddWithQuote(
string key,
string value,
char quoteChar
)
Public Sub AddWithQuote (
key As String,
value As String,
quoteChar As Char
)
public:
void AddWithQuote(
String^ key,
String^ value,
wchar_t quoteChar
)
member AddWithQuote :
key : string *
value : string *
quoteChar : char -> unit
Parameters
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:Adf.Arguments.AddWithQuote(System.String,System.String,System.Char)"]
- value
- Type: SystemString
[Missing <param name="value"/> documentation for "M:Adf.Arguments.AddWithQuote(System.String,System.String,System.Char)"]
- quoteChar
- Type: SystemChar
[Missing <param name="quoteChar"/> documentation for "M:Adf.Arguments.AddWithQuote(System.String,System.String,System.Char)"]
See Also