Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.XmlDictionary.EmptyDictionary Class Referencesealed

Public Member Functions

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

Detailed Description

Definition at line 9 of file XmlDictionary.cs.


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