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

ReturnStatement() public method

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