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

◆ ExceptionHandlerCount

int System.Reflection.Emit.MethodBuilder.ExceptionHandlerCount
getpackage

Definition at line 64 of file MethodBuilder.cs.

65 {
66 get
67 {
68 if (m_exceptions == null)
69 {
70 return 0;
71 }
72 return m_exceptions.Length;
73 }
74 }

Referenced by System.Reflection.Emit.MethodBuilder.GetMaxStack().