ICSharpCode.NRefactory.Ast.ExitStatement.ExitStatement C# (CSharp) Method

ExitStatement() public method

public ExitStatement ( ExitType exitType ) : System
exitType ExitType
return System
        public ExitStatement(ExitType exitType)
        {
            ExitType = exitType;
        }