|
|
rats.
Extension methods to the rescue! haha
|
|
|
Yes you are right. Some classes have a constructor with an Internal access modifier. Basically, this is done in order to prevent the creation of an object by the user, when such an object requires special tuning.
|
|
|
Just wondering if I've finally gone slightly mad or has the ability to extend classes been locked out? private constructors? I'm trying something like Code:public class MyPdfField: Patagames.Pdf.Net.PdfField, IPdfField
{ }
but getting errors about not have a parameterless constructor, no constructor at all when I check, and the runtime isn't creating a public parameterless constructor so... I'm thinking there's a private constructor. yes?
|
Important Information:
The Patagames Software Support Forum uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close