Mattias - Notwithstanding the fact that I figured it out almost as soon as I sent the email, your help is appreciated!
Jason > -----Original Message----- > From: Discussion of advanced .NET topics. [mailto:ADVANCED- > [EMAIL PROTECTED] On Behalf Of Mattias Sjögren > Sent: Wednesday, May 10, 2006 3:55 PM > To: [email protected] > Subject: Re: [ADVANCED-DOTNET] Syntax for type parameter constraints for a > class that implements a generic interface... > > Jason, > > public class MyPersistanceManager<T, K> : IPersistanceManager<T, K> where > K > : new() > > > > Mattias > > =================================== > This list is hosted by DevelopMentor. http://www.develop.com > > View archives and manage your subscription(s) at > http://discuss.develop.com > > -- > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.1.392 / Virus Database: 268.5.6/336 - Release Date: 5/10/2006 > -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.392 / Virus Database: 268.5.6/336 - Release Date: 5/10/2006 =================================== This list is hosted by DevelopMentor® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
