C# Class NetSerializer.TypeDictionary

Threadsafe Type -> T dictionary, which supports lockless reading.
Afficher le fichier Open project: tomba/netserializer

Méthodes publiques

Méthode Description
ContainsKey ( Type key ) : bool
ToDictionary ( ) : uint>.Dictionary
TryGetValue ( Type key, NetSerializer.TypeData &value ) : bool
TypeDictionary ( ) : System
this ( Type key ) : NetSerializer.TypeData

Private Methods

Méthode Description
Add ( Pair buckets, Type key, NetSerializer.TypeData value ) : void
DebugDump ( ) : void
Hash ( Type key, int bucketsLen ) : int

Method Details

ContainsKey() public méthode

public ContainsKey ( Type key ) : bool
key System.Type
Résultat bool

ToDictionary() public méthode

public ToDictionary ( ) : uint>.Dictionary
Résultat uint>.Dictionary

TryGetValue() public méthode

public TryGetValue ( Type key, NetSerializer.TypeData &value ) : bool
key System.Type
value NetSerializer.TypeData
Résultat bool

TypeDictionary() public méthode

public TypeDictionary ( ) : System
Résultat System

this() public méthode

public this ( Type key ) : NetSerializer.TypeData
key System.Type
Résultat NetSerializer.TypeData