The ArgumentContainer type exposes the following members.
Properties
|
| Name | Description |
|---|
 | Arguments |
Gets or sets nested arguments.
|
 | ArgumentType |
Gets the argument type.
|
 | Ignore |
Gets / Set if value should be ignored.
|
 | IsDiffered |
Gets or sets if an argment value is differed by lazy calls.
|
 | IsMatcher |
Gets or Sets if an argument is matcher expression.
|
 | IsOutput |
Gets/Sets if the argument is output type.
|
 | IsParam |
Get or sets a value indicating it is a param type argument.
|
 | Value |
Gets or Sets value from the underlying argument.
|
See Also