ReadBoolean() public method

public ReadBoolean ( long offset ) : bool
offset long
return bool
 private bool ReadSavedState(VhdPropertyAttribute attribute)
 {
     return(dataReader.ReadBoolean(GetFooterOffset() + attribute.Offset));
 }