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

◆ EndScope()

override void System.Reflection.Emit.DynamicILGenerator.EndScope ( )
inlinevirtual

Reimplemented from System.Reflection.Emit.ILGenerator.

Definition at line 328 of file DynamicILGenerator.cs.

329 {
330 throw new NotSupportedException(SR.InvalidOperation_NotAllowedInDynamicMethod);
331 }

References System.SR.InvalidOperation_NotAllowedInDynamicMethod.