ref — must initialize. out — must assign.
1// ref2int a = 5;3Increment(ref a);4 5// out6int n;7TryParse("123", out n);