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

Public Member Functions

 EmptyStringDictionary ()
 
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)
 

Properties

XmlDictionaryString EmptyString [get]
 

Private Attributes

readonly XmlDictionaryString _empty
 

Detailed Description

Definition at line 9 of file XmlDictionaryString.cs.


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