VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK

◆ ReadHashTable< K, V >() [3/6]

static Dictionary< K, V > VoK.Sdk.Extensions.ReadHashTable< K, V > ( this BinaryReader  reader,
Func< BinaryReader, K >  keyFunction,
Func< BinaryReader, V >  valueFunction,
bool  countIsPacked = true 
)
static
Type Constraints
K :struct