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

Classes

class  EmptyStringDictionary
 

Public Member Functions

 XmlDictionaryString (IXmlDictionary dictionary, string value, int key)
 
override string ToString ()
 

Package Functions

byte[] ToUTF8 ()
 

Static Package Functions

static string GetString (XmlDictionaryString s)
 

Static Package Attributes

const int MinKey = 0
 
const int MaxKey = 536870911
 

Properties

static XmlDictionaryString Empty [get]
 
IXmlDictionary Dictionary [get]
 
int Key [get]
 
string Value [get]
 

Private Attributes

readonly IXmlDictionary _dictionary
 
readonly string _value
 
readonly int _key
 
byte[] _buffer
 

Static Private Attributes

static readonly EmptyStringDictionary s_emptyStringDictionary = new EmptyStringDictionary()
 

Detailed Description

Definition at line 7 of file XmlDictionaryString.cs.


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