Home
.NET Tools Support | JetBrains
Contact Support
Community
Sign in
Mavaddat Javid
Total activity
2
Last activity
November 19, 2023 02:24
Member since
November 19, 2023 02:20
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (0)
Comments (1)
Sort by recent activity
Recent activity
Votes
Edited
November 19, 2023 02:24
The __nonvirtual keyword you're seeing in the decompiled code is not a standard C# keyword. It's likely an artifact of the decompilation process².In C#, methods are non-virtual by default, meaning ...
Community
dotPeek discussions
What is "__nonvirtual"? And why does this decompiled C# code look weird?
1 vote