Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Generic
Message
From
19/09/2008 07:41:23
 
 
To
19/09/2008 07:32:30
General information
Forum:
ASP.NET
Category:
Other
Title:
Environment versions
Environment:
VB 9.0
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01348858
Message ID:
01348859
Views:
16
>Hi,
>I read an article and found this code.
>
>IPersonFacade Facade = FacadeFactory.CreateFacade+IPersonFacade+();
>
>public interface IPersonFacade : IFacade+Person+ { }
>
>What does it meant? What is the meaning of +Person+ ? What is the advantage of doing so?
>
>Thank you
>
>Sorry, I use + instead of less/greater than because UT restrict it.
________
Since C# is strongly typed, one would need to write a class, (eg Stack, List, Queue) per type - or casting to and from (object)
Generics allow you to write a class for a generic type

see for example http://msdn.microsoft.com/en-us/library/ms379564(VS.80).aspx
Gregory
Previous
Reply
Map
View

Click here to load this message in the networking platform