public static int Match(MyVariant x) { return((new VariantMatching()).run(x)); }
override public int C(MyVariant x) { return(this.run(x)); }