Interface IArgumentsReader
Provides read access to the collection of deserialized arguments.
Namespace: Metalama.Framework.Serialization
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public interface IArgumentsReader
Methods
Name | Description |
---|---|
GetValue<T>(String, String) | Reads a value from the collection, and throws an exception if the value does not exist. |
TryGetValue<T>(String, out T, String) | Attempts to read a value from the collection, and does not throw an exception if the value does not exist. |