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

Public Member Functions

bool TryGetValue (TKey key, [MaybeNullWhen(false)] out TValue value)
 
void Remove (TKey key)
 
bool ContainsKey (TKey key)
 
IEnumerator< KeyValuePair< TKey, TValue > > GetEnumerator ()
 

Properties

TValue this[TKey key] [get, set]
 

Private Member Functions

IEnumerator< KeyValuePair< TKey, TValue > > GetEnumeratorWorker ()
 

Private Attributes

KeyValuePair< TKey, TValue >[] _keysAndValues
 
Dictionary< TKey, TValue > _dict
 

Detailed Description

Type Constraints
TKey :class 

Definition at line 6 of file HybridReferenceDictionary.cs.


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