AST.GotoStmt.Create C# (CSharp) Method

Create() public static method

public static Create ( String label ) : Stmt
label String
return Stmt
        public static Stmt Create(String label) =>
            new GotoStmt(label);