Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ AddCatch()

ExceptionRegionEncoder System.Reflection.Metadata.Ecma335.ExceptionRegionEncoder.AddCatch ( int tryOffset,
int tryLength,
int handlerOffset,
int handlerLength,
EntityHandle catchType )
inline

Definition at line 91 of file ExceptionRegionEncoder.cs.

92 {
93 return Add(ExceptionRegionKind.Catch, tryOffset, tryLength, handlerOffset, handlerLength, catchType);
94 }

References System.Reflection.Metadata.Add.