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