TryGetProperty(string,MarkupValue)
Method in MarkupAttributeMarker
Summary
Gets the property associated with the specified key, if present.
Parameters
Name
Description
string
name
The name of the property to get.
Yarn.Markup.MarkupValue result
When this method returns, contains the value associated with the specified key, if the key is found; otherwise, the default MarkupValue . This parameter is passed uninitialized.
Returns
true
if the MarkupAttributeMarker contains an element with the specified key; otherwise, false
.
PreviousM:Yarn.Markup.MarkupAttributeMarker.op_Inequality(Yarn.Markup.MarkupAttributeMarker,Yarn.Markup.MarkupAttributeMarker)~System.BooleanNextName
Last updated