IronRuby.Compiler.Ast.BreakStatement.BreakStatement C# (CSharp) Method

BreakStatement() public method

public BreakStatement ( Arguments arguments, Microsoft.Scripting.SourceSpan location ) : Microsoft.Scripting
arguments Arguments
location Microsoft.Scripting.SourceSpan
return Microsoft.Scripting
        public BreakStatement(Arguments arguments, SourceSpan location)
            : base(arguments, location) {
        }