MetalamaAPI documentationPost­Sharp API migrationPost­Sharp.​SerializationIArguments­ReaderTry­Get­Value
Open sandboxFocus

IArgumentsReader.TryGetValue Method

TryGetValue<T>(string, out T, string)

Declaration
bool TryGetValue<T>(string name, out T value, string scope = null)
Parameters
Type Name Description
string name
T value
string scope
Returns
Type Description
bool
Type Parameters
Name Description
T