OperationResult Class in Support of Multiple Return Values from a Method





5.00/5 (18 votes)
Sometimes, you just must return multiple values from a method. Instead of specifying out or passing arguments by reference, consider an OperationResult class.
5.00/5 (18 votes)
Sometimes, you just must return multiple values from a method. Instead of specifying out or passing arguments by reference, consider an OperationResult class.