AST.ReturnStmt.Create C# (CSharp) Method

Create() public static method

public static Create ( Option expr ) : Stmt
expr Option
return Stmt
        public static Stmt Create(Option<Expr> expr) =>
            new ReturnStmt(expr);