We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
typeof(T).Module
It looks similar to typeof(T).Assembly and I think some limited form of object can be constructed. Example of usage
typeof(T).Assembly
https://github.com/dotnet/winforms/blob/f3c6d29f74c23eb773cfaa7efebfa1eee5635b98/src/System.Windows.Forms/src/System/Windows/Forms/Application.cs#L827-L828
The text was updated successfully, but these errors were encountered:
Yes, the way forward is dotnet/runtime#67193. This should work then.
Sorry, something went wrong.
No branches or pull requests
It looks similar to
typeof(T).Assembly
and I think some limited form of object can be constructed.Example of usage
https://github.com/dotnet/winforms/blob/f3c6d29f74c23eb773cfaa7efebfa1eee5635b98/src/System.Windows.Forms/src/System/Windows/Forms/Application.cs#L827-L828
The text was updated successfully, but these errors were encountered: