VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK

◆ ReadList< T >() [3/5]

static List< T > VoK.Sdk.Extensions.ReadList< T > ( this BinaryReader  reader,
bool  countIsPacked 
)
static

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