C# 클래스 NetSerializer.TypeDictionary

Threadsafe Type -> T dictionary, which supports lockless reading.
파일 보기 프로젝트 열기: tomba/netserializer

공개 메소드들

메소드 설명
ContainsKey ( Type key ) : bool
ToDictionary ( ) : uint>.Dictionary
TryGetValue ( Type key, NetSerializer.TypeData &value ) : bool
TypeDictionary ( ) : System
this ( Type key ) : NetSerializer.TypeData

비공개 메소드들

메소드 설명
Add ( Pair buckets, Type key, NetSerializer.TypeData value ) : void
DebugDump ( ) : void
Hash ( Type key, int bucketsLen ) : int

메소드 상세

ContainsKey() 공개 메소드

public ContainsKey ( Type key ) : bool
key System.Type
리턴 bool

ToDictionary() 공개 메소드

public ToDictionary ( ) : uint>.Dictionary
리턴 uint>.Dictionary

TryGetValue() 공개 메소드

public TryGetValue ( Type key, NetSerializer.TypeData &value ) : bool
key System.Type
value NetSerializer.TypeData
리턴 bool

TypeDictionary() 공개 메소드

public TypeDictionary ( ) : System
리턴 System

this() 공개 메소드

public this ( Type key ) : NetSerializer.TypeData
key System.Type
리턴 NetSerializer.TypeData