.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Siegfried Pammer a52e0b2e64 fix #397 - Incorrect code generated for adding event handler in VB.NET. 13 years ago
..
AddRemoveHandlerStatement.cs fix #397 - Incorrect code generated for adding event handler in VB.NET. 13 years ago
BlockStatement.cs relicense NR.VB under MIT X11 license 15 years ago
ContinueStatement.cs add ContinueStatement 15 years ago
DoLoopStatement.cs implemented DoLoopStatement and UsingStatement 15 years ago
ExitStatement.cs add ContinueStatement 15 years ago
ExpressionStatement.cs split Statements into single files 15 years ago
ForEachStatement.cs correctly implement ForEachStatement and ForStatement; add output for ForStatement 15 years ago
ForStatement.cs correctly implement ForEachStatement and ForStatement; add output for ForStatement 15 years ago
GoToStatement.cs implement GoToStatement 15 years ago
IfElseStatement.cs split Statements into single files 15 years ago
LabelDeclarationStatement.cs implement GoToStatement 15 years ago
LocalDeclarationStatement.cs split Statements into single files 15 years ago
ReturnStatement.cs split Statements into single files 15 years ago
SelectStatement.cs implement conversion of switch to Select Case 15 years ago
Statement.cs Merge NRefactory '180a690f373354796520d9468138d95f193f8156' to ILSpy. 14 years ago
SyncLockStatement.cs split Statements into single files 15 years ago
ThrowStatement.cs split Statements into single files 15 years ago
TryStatement.cs split Statements into single files 15 years ago
UsingStatement.cs implemented DoLoopStatement and UsingStatement 15 years ago
WhileStatement.cs add ConditionalExpression and WhileStatement 15 years ago
WithStatement.cs split Statements into single files 15 years ago
YieldStatement.cs implement VB 11 Iterators 15 years ago