Variable StructBody.endLocation

Byte position of the closing brace

class StructBody
{
  // ...
  ulong endLocation ;
  // ...
}