Babel.Compiler.QuitStatement.QuitStatement C# (CSharp) Method

QuitStatement() public method

public QuitStatement ( Location location ) : System
location Location
return System
        public QuitStatement(Location location)
            : base(location)
        {
        }