| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| Type[] args = { ptrtype, typetype }; | ||
| ConstructorBuilder cb = tb.DefineConstructor(ma, cc, args); | ||
| ConstructorInfo ci = basetype.GetConstructor(args); | ||
| ConstructorInfo ci = basetype.GetConstructor(BindingFlags.Instance | BindingFlags.NonPublic, null, args, null); |
There was a problem hiding this comment.
Does this change behaviour?
Sorry, something went wrong.
There was a problem hiding this comment.
Users can no longer construct their own instances of Dispatcher manually (which is the goal of the change).
I doubt anyone did that anyway, it is very obscure.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This handles #1539
Deleted:
Checklist
Check all those that are applicable and complete.