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

◆ TryGetLocalNameAsDictionaryString() [2/2]

virtual bool System.Xml.XmlDictionaryReader.TryGetLocalNameAsDictionaryString ( [NotNullWhen(true)] out XmlDictionaryString? localName)
inlinevirtualinherited

Definition at line 1354 of file XmlDictionaryReader.cs.

1355 {
1356 localName = null;
1357 return false;
1358 }

Referenced by System.Xml.XmlDictionaryWriter.WriteArrayNode(), and System.Xml.XmlDictionaryWriter.WriteElementNode().