Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
AddFinally()
ExceptionRegionEncoder
System.Reflection.Metadata.Ecma335.ExceptionRegionEncoder.AddFinally
(
int
tryOffset
,
int
tryLength
,
int
handlerOffset
,
int
handlerLength
)
inline
Definition at line
81
of file
ExceptionRegionEncoder.cs
.
82
{
83
return
Add
(
ExceptionRegionKind
.Finally, tryOffset, tryLength, handlerOffset, handlerLength);
84
}
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