>I suspect the answer is no but thought I would ask.
Sure you can:
delegate void MyDel<T>(T t) where T : new();
Mattias

Signature
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
kevin - 11 Jan 2008 16:45 GMT
thans

Signature
kevin...
> >I suspect the answer is no but thought I would ask.
>
[quoted text clipped - 3 lines]
>
> Mattias