P
Peter K
Hi
is there anyway to specify that a type must have a specific constructor?
For example, can I specify that a type T has a constructor which accepts an
XmlNode, so I know I can instantiate like:
T t = new T(node);
Thanks,
Peter
is there anyway to specify that a type must have a specific constructor?
For example, can I specify that a type T has a constructor which accepts an
XmlNode, so I know I can instantiate like:
T t = new T(node);
Thanks,
Peter