Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What syntax is it?
Message
From
06/04/2009 11:42:05
 
 
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
C# 3.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01393308
Message ID:
01393475
Views:
37
>Hi,
>Guess I didn't understand the scope of John's question. The only thing I sometimes forget with this construct is that the default constructor call can be implicit. I.E. you can use either:
>
new ComparisonContract<Foo>() {.......};
or
new ComparisonContract<Foo>{.......};
>Best,
>Viv

IC, about the second possibility - I didn't know that (ahem http://www.nationalgeographic.ca/features/idkt_highlights.asp)
Gregory
Previous
Reply
Map
View

Click here to load this message in the networking platform