Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.Concurrent.ConcurrentDictionary< TKey, TValue >.Node Class Referencesealed

Package Functions

 Node (TKey key, TValue value, int hashcode, Node next)
 

Package Attributes

readonly TKey _key
 
TValue _value
 
volatile Node _next
 
readonly int _hashcode
 

Detailed Description

Definition at line 86 of file ConcurrentDictionary.cs.


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