Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetExceptionTableSize()

static int System.Reflection.Metadata.Ecma335.ExceptionRegionEncoder.GetExceptionTableSize ( int exceptionRegionCount,
bool isSmallFormat )
inlinestaticpackage

Definition at line 38 of file ExceptionRegionEncoder.cs.

39 {
40 return 4 + exceptionRegionCount * (isSmallFormat ? 12 : 24);
41 }

Referenced by System.Reflection.Metadata.Ecma335.ExceptionRegionEncoder.SerializeTableHeader().