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

Package Functions

 Tables (Node[] buckets, object[] locks, int[] countPerLock)
 
ref Node GetBucket (int hashcode)
 
ref Node GetBucketAndLock (int hashcode, out uint lockNo)
 

Package Attributes

readonly Node[] _buckets
 
readonly object[] _locks
 
readonly int[] _countPerLock
 
readonly ulong _fastModBucketsMultiplier
 

Detailed Description

Definition at line 105 of file ConcurrentDictionary.cs.


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