Click here to Skip to main content
15,914,488 members
Articles / Programming Languages / C#

OperationResult class in support of multiple return values from a method

12 Dec 2015CPOL4 min read 31K   14  
Sometime, you just must return multiple values from a method. Instead of specifying out or passing arguments by reference, consider an OperationResult class.
This is an old version of the currently published article.

Only logged in members can view this content

Please go to the C# Table of Contents to view the list of available articles in this section.