Guest User

Untitled

a guest
Dec 11th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. public (decimal, decimal, decimal, decimal) GetSuperImportantTuple(int input)
  2. {
  3. var aParameter = GetAParameter(input);
  4.  
  5. // Copy when getting that tuple
  6. var tuple = GetA4DecimalsValueTuple();
  7.  
  8. // Copy into that function
  9. var anotherParameter = GetAnotherParameter(tuple);
  10.  
  11. // Copy when returning the value
  12. return TransformValueTuple(tuple, anotherParameter);
  13. }
Add Comment
Please, Sign In to add comment