예제 #1
0
 private bool ReadSavedState(VhdPropertyAttribute attribute)
 {
     return(dataReader.ReadBoolean(GetFooterOffset() + attribute.Offset));
 }