Hi:
I was wondering how to use this Extension method ?
Example double average = myGenericIntege rList.Average() ;
This only available in Extension Method (I think with Framework3.0 or 3.5, but with C#3.0???)
Thanks
I was wondering how to use this Extension method ?
Example double average = myGenericIntege rList.Average() ;
This only available in Extension Method (I think with Framework3.0 or 3.5, but with C#3.0???)
Thanks
Comment