Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ TryGetDictionaryString()

bool System.Xml.ValueHandle.TryGetDictionaryString ( [NotNullWhen(true)] out XmlDictionaryString value)
inline

Definition at line 750 of file ValueHandle.cs.

751 {
752 if (_type == ValueHandleType.Dictionary)
753 {
755 return true;
756 }
757 value = null;
758 return false;
759 }
ValueHandleType _type
XmlDictionaryString GetDictionaryString()

References System.Xml.ValueHandle._type, System.Xml.ValueHandle.GetDictionaryString(), and System.value.

Referenced by System.Xml.XmlBaseReader.XmlNode.TryGetValueAsDictionaryString().