Prev: slower BitBlt from unmanaged mem into C# hDC than old VB6
Next: PRB: HttpWebRequest POST with AllowWriteStreamBuffering = False [.net 1.1, vs2003]
From: Fred Chateau on 25 Jan 2010 22:39 What is this about? public returnType MethodName(parameters) where : class { ... } I'm referring to the "where : class" portion of the method. -- Regards, Fred Chateau
From: Arne Vajhøj on 25 Jan 2010 22:50 On 25-01-2010 22:39, Fred Chateau wrote: > What is this about? > public returnType MethodName(parameters) where : class { ... } > I'm referring to the "where : class" portion of the method. http://msdn.microsoft.com/en-us/library/bb384067.aspx describes the use of where in C#. Arne
From: Fred Chateau on 25 Jan 2010 23:50
Thank You. -- Regards, Fred Chateau "Arne Vajh�j" <arne(a)vajhoej.dk> wrote in message news:4b5e6668$0$279$14726298(a)news.sunsite.dk... > On 25-01-2010 22:39, Fred Chateau wrote: >> What is this about? >> public returnType MethodName(parameters) where : class { ... } >> I'm referring to the "where : class" portion of the method. > > http://msdn.microsoft.com/en-us/library/bb384067.aspx > > describes the use of where in C#. > > Arne |