P
Paul
Hi All
A simple question I hope
I have a class
public abstract class authenticatedBoundForm<T> : authenticatedPage,
IControlPage
I want to add contraints to T specifially the new() contraint.
How can I do this without T being forced to inherit/implement
authenticatedPage, IControlPage
Thanks
Paul
A simple question I hope
I have a class
public abstract class authenticatedBoundForm<T> : authenticatedPage,
IControlPage
I want to add contraints to T specifially the new() contraint.
How can I do this without T being forced to inherit/implement
authenticatedPage, IControlPage
Thanks
Paul