#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
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.
 
 
 
 
 
 
Daniel Grunwald 9d5390cdbf Add pattern matching support to the NRefactory C# AST. 15 years ago
..
BlockStatement.cs Add pattern matching support to the NRefactory C# AST. 15 years ago
BreakStatement.cs Add pattern matching support to the NRefactory C# AST. 15 years ago
CheckedStatement.cs Corrected astvisitor interface naming. 15 years ago
ContinueStatement.cs Corrected astvisitor interface naming. 15 years ago
DoWhileStatement.cs Corrected astvisitor interface naming. 15 years ago
EmptyStatement.cs Corrected astvisitor interface naming. 15 years ago
ExpressionStatement.cs Add pattern matching support to the NRefactory C# AST. 15 years ago
FixedStatement.cs NRefactory: remove collection setters from AST; expose AstNodeCollection<T> instead. 15 years ago
ForStatement.cs NRefactory: remove collection setters from AST; expose AstNodeCollection<T> instead. 15 years ago
ForeachStatement.cs Corrected astvisitor interface naming. 15 years ago
GotoStatement.cs Merge remote branch 'origin/master' into master. 15 years ago
IfElseStatement.cs Add pattern matching support to the NRefactory C# AST. 15 years ago
LabelStatement.cs Corrected astvisitor interface naming. 15 years ago
LockStatement.cs Corrected astvisitor interface naming. 15 years ago
ReturnStatement.cs Corrected astvisitor interface naming. 15 years ago
Statement.cs Add pattern matching support to the NRefactory C# AST. 15 years ago
SwitchStatement.cs Add pattern matching support to the NRefactory C# AST. 15 years ago
ThrowStatement.cs Corrected astvisitor interface naming. 15 years ago
TryCatchStatement.cs Add pattern matching support to the NRefactory C# AST. 15 years ago
UncheckedStatement.cs Corrected astvisitor interface naming. 15 years ago
UnsafeStatement.cs Corrected astvisitor interface naming. 15 years ago
UsingStatement.cs Corrected astvisitor interface naming. 15 years ago
VariableDeclarationStatement.cs Add pattern matching support to the NRefactory C# AST. 15 years ago
WhileStatement.cs Corrected astvisitor interface naming. 15 years ago
YieldBreakStatement.cs Corrected astvisitor interface naming. 15 years ago
YieldStatement.cs Corrected astvisitor interface naming. 15 years ago