Possible Duplicate:
What is generics in C#?
public class MyNewClassMapper < EntityContainer, ModelContainer >
: BaseClassContainerMapper < EntityContainer, ModelContainer >
{
}
I have the above code in my app. Could not find the link in MSDN which explains about the class declarations shown above. Added white space around for each angle brackets to make this post readable. Please help. Smith