Click or drag to resize
ArgumentsAddWithQuote Method
添加一个带符号包含的参数

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public void AddWithQuote(
	string key,
	string value,
	char quoteChar
)

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