Hello, I have noticed a typo in method _**BlockBase.ReadOptions**_ line _**else if (code == EndOptionCode)**_ should be changed to **_else if (code != EndOptionCode)_**, otherwise block's options are never read Best regards
Hello,
I have noticed a typo in method BlockBase.ReadOptions
line else if (code == EndOptionCode) should be changed to else if (code != EndOptionCode), otherwise block's options are never read
Best regards