public static void Main(string[] args) | |
{ | |
var x = OldWay_UserInfo(); | |
Console.WriteLine("{0} {1} {2}", x.Item1, x.Item2, x.Item3); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment