IronRuby.Compiler.Ast.ReturnStatement.ReturnStatement C# (CSharp) Méthode

ReturnStatement() public méthode

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