Open sandboxFocus

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 returns null 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 or is null.