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

◆ SetDictionaryValue()

void System.Xml.ValueHandle.SetDictionaryValue ( int key)
inline

Definition at line 40 of file ValueHandle.cs.

41 {
42 SetValue(ValueHandleType.Dictionary, key, 0);
43 }
void SetValue(ValueHandleType type)

References System.key, and System.Xml.ValueHandle.SetValue().

Referenced by System.Xml.XmlBinaryReader.ReadNode().