AttributeSet.TryGetValue Method
Get the value associated with the specified name.
TryGetValue(Atom key, out AttributeValue value)
Get the value associated with the specified name.Syntax
public System.Boolean TryGetValue (
Atom key,
out AttributeValue value
)
Parameters
The key of the value to get.
When this method returns, contains the value associated with the specified key, if the key is found; otherwise, the default value for the type of the value parameter.
Return Value
True if the AttributeSet contains a value associated with name; otherwise, False.
Platforms
Windows, Linux, Android