How to declare a generic delegate with out parameter
        Posted  
        
            by Benny
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Benny
        
        
        
        Published on 2010-03-15T14:56:05Z
        Indexed on 
            2010/03/15
            14:59 UTC
        
        
        Read the original article
        Hit count: 287
        
Func<a, out b, bool>, just don't compile, how to declare that i want the second parameter be an out one?
© Stack Overflow or respective owner