Method | Description | |
---|---|---|
ConstructorArgument ( string name, object value ) : IParameters |
Adds constructor argument.
|
|
GetArguments ( ) : IDictionary |
Gets the arguments as IDictionary.
|
|
Parameters ( ) : System.Collections |
Initializes a new instance of the Parameters class.
|
public ConstructorArgument ( string name, object value ) : IParameters | ||
name | string | The name. |
value | object | The value. |
return | IParameters |