메소드 | 설명 | |
---|---|---|
AddArgument ( |
Associates the given parameter to the key placeholder. If the key is null, the default value of the parameter will be used. |
|
ArgumentCollection ( ) : System |
Initializes a new instance of an ArgumentCollection.
|
|
GetArguments ( |
Substitutes the key placeholders with their respective values.
|
public AddArgument ( |
||
parameter | The parameter to associate the key with. | |
key | string | The key placeholder used as the argument. |
리턴 | void |
public GetArguments ( |
||
scope | The current lexical scope. | |
리턴 | object>.Dictionary |