Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Linq.Expressions.Compiler.KeyedStack< TKey, TValue > Class Template Referencesealed

Package Functions

void Push (TKey key, TValue value)
 
TValue TryPop (TKey key)
 

Private Attributes

readonly Dictionary< TKey, Stack< TValue > > _data = new Dictionary<TKey, Stack<TValue>>()
 

Detailed Description

Type Constraints
TValue :class 

Definition at line 5 of file KeyedStack.cs.


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