How to stop the execution o callingf parent method in c#?

后端 未结 0 1793
孤独总比滥情好
孤独总比滥情好 2020-11-29 04:32

The calling parent method:

public void Script()
{
    string str = "some text";
    if (!CheckStr(str))
    {
        return;
    }

    str = "         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题