VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK

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

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

Reads a Dictionary of T objects from the reader. T MUST have a constructor that accepts a BinaryReader as it's only parameter.

Type Constraints
K :struct