Click here to Skip to main content
15,896,063 members
Articles / Programming Languages / C# 4.0

Generic Thread Start

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
22 Mar 2011CPOL 5.1K  
Another approach is to use a generic delegate-factory class. Essentially, the class has a field of generic type, a delegate field which accepts an argument of that type, an parameterless instance method which accepts an argument of that type and invokes the delegate with it, and a static method...

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
Unknown
Embedded systems programmer since 1994.

Comments and Discussions