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
System.String name
T value
System.String scope
Returns
Type Description
System.Boolean
Type Parameters
Name Description
T