#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.
 
 
 
 
 
 
Siegfried Pammer 57d92d186d add support for OperatorDeclaration and some more statements 14 years ago
..
BlockStatement.cs reimplement some helper methods 14 years ago
DoLoopStatement.cs add support for OperatorDeclaration and some more statements 14 years ago
ExitStatement.cs add support for OperatorDeclaration and some more statements 14 years ago
ExpressionStatement.cs split Statements into single files 14 years ago
ForEachStatement.cs add support for OperatorDeclaration and some more statements 14 years ago
ForStatement.cs add support for OperatorDeclaration and some more statements 14 years ago
IfElseStatement.cs split Statements into single files 14 years ago
LabelDeclarationStatement.cs split Statements into single files 14 years ago
LocalDeclarationStatement.cs split Statements into single files 14 years ago
ReturnStatement.cs split Statements into single files 14 years ago
SelectStatement.cs add support for OperatorDeclaration and some more statements 14 years ago
Statement.cs split Statements into single files 14 years ago
SyncLockStatement.cs split Statements into single files 14 years ago
ThrowStatement.cs split Statements into single files 14 years ago
TryStatement.cs split Statements into single files 14 years ago
WhileStatement.cs add ConditionalExpression and WhileStatement 14 years ago
WithStatement.cs split Statements into single files 14 years ago