Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
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
}
System.Reflection.Metadata.ExceptionRegionKind
ExceptionRegionKind
Definition
ExceptionRegionKind.cs:4
System.Reflection.Metadata.ILOpCode.Add
@ Add
References
System.Reflection.Metadata.Add
.
System
Reflection
Metadata
Ecma335
ExceptionRegionEncoder
Generated by
1.10.0