IronRuby.Compiler.Ast.ReturnStatement.ReturnStatement C# (CSharp) 메소드

ReturnStatement() 공개 메소드

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