Yea.Reflection.Emit.Commands.If.EndIf C# (CSharp) Method

EndIf() public method

Ends the if statement
public EndIf ( ) : void
return void
        public virtual void EndIf()
        {
            MethodBase.CurrentMethod.EndIf(this);
        }