From: Fred Chateau on
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
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
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