Example #1
0
 /// <summary>
 /// Calculates the block size in bytes via the field for this block
 /// eliminating the need for programmers to aid designers in creating
 /// the tag group definition files
 /// </summary>
 /// <returns></returns>
 public int CalculateSize(BlamLib.CheApe.ProjectState state)
 {
     return(mFields.CalculateSize(state));
 }