IArgumentsReader Methods |
The IArgumentsReader type exposes the following members.
Name | Description | |
---|---|---|
GetValue<T> |
Reads a value from the collection, and throws an exception if the value does not exist.
| |
TryGetValue<T> |
Attempts to read a value from the collection, and does not throw an exception if the value does not exist.
|