static void qwe(out int i, out string b){ i = 10; b = "www";}
static void qwe(ref int i, string b){ ...}