Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.XmlBinaryWriterSession.PriorityDictionary< K, V > Class Template Referencesealed

Classes

struct  Entry
 

Public Member Functions

 PriorityDictionary ()
 
void Clear ()
 
bool TryGetValue (K key, [MaybeNullWhen(false)] out V value)
 
void Add (K key, V value)
 

Properties

int Now [get]
 

Private Member Functions

void DecreaseAll ()
 

Private Attributes

Dictionary< K, V_dictionary
 
readonly Entry[] _list
 
int _listCount
 
int _now
 

Detailed Description

Type Constraints
K :class 

Definition at line 9 of file XmlBinaryWriterSession.cs.


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