Variable EnumBody.endLocation

Byte position of the closing brace

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