Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.XmlBinaryReaderSession Class Reference

Public Member Functions

XmlDictionaryString Add (int id, string value)
 
bool TryLookup (int key, [NotNullWhen(true)] out XmlDictionaryString? result)
 
bool TryLookup (string value, [NotNullWhen(true)] out XmlDictionaryString? result)
 
bool TryLookup (XmlDictionaryString value, [NotNullWhen(true)] out XmlDictionaryString? result)
 
void Clear ()
 

Private Attributes

XmlDictionaryString[] _strings
 
Dictionary< int, XmlDictionaryString_stringDict
 

Static Private Attributes

const int MaxArrayEntries = 2048
 

Detailed Description

Definition at line 7 of file XmlBinaryReaderSession.cs.


The documentation for this class was generated from the following file: