Is it possible for a function to return two values?
        Posted  
        
            by iTayb
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by iTayb
        
        
        
        Published on 2010-03-12T16:41:38Z
        Indexed on 
            2010/03/12
            16:47 UTC
        
        
        Read the original article
        Hit count: 259
        
c#
Is it possible for a function to return two values? Array is possible if the two values are both the same type, but how you return two different type values?
Thank you very much.
© Stack Overflow or respective owner