#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.
 
 
 
 
 
 
Mike Krüger f5d8ea6631 Removed empty expression / fixed potential bug where unary operator 12 years ago
..
AnonymousMethodExpression.cs [CodeAction] Convert lambda to delegate action no longer puts a 13 years ago
AnonymousTypeCreateExpression.cs CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
ArrayCreateExpression.cs Add year to license headers. 13 years ago
ArrayInitializerExpression.cs Update solution-loading logic in ConsistencyCheck. 13 years ago
AsExpression.cs CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
AssignmentExpression.cs CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
BaseReferenceExpression.cs CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
BinaryOperatorExpression.cs CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
CastExpression.cs CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
CheckedExpression.cs CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
ConditionalExpression.cs CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
DefaultValueExpression.cs CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
DirectionExpression.cs CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
ErrorExpression.cs Removed empty expression / fixed potential bug where unary operator 12 years ago
Expression.cs Replaced GetText() with ToString (). (GetText is still in the API but 12 years ago
IdentifierExpression.cs [Ast] Added IdentifierToken property to IdentifierExpression. 13 years ago
IndexerExpression.cs CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
InvocationExpression.cs CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
IsExpression.cs CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
LambdaExpression.cs Make AstNode freezable. 14 years ago
MemberReferenceExpression.cs Added chained method call wrapping option. 13 years ago
NamedArgumentExpression.cs Add year to license headers. 13 years ago
NamedExpression.cs Renamed named expression identifier -> name. 13 years ago
NullReferenceExpression.cs CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
ObjectCreateExpression.cs CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
ParenthesizedExpression.cs Moved the roles class out of AstNode. 14 years ago
PointerReferenceExpression.cs [Ast] Added MemberNameToken property for pointer reference 13 years ago
PrimitiveExpression.cs [Ast] Fixed end location of multi line strings. 13 years ago
QueryExpression.cs Add year to license headers. 13 years ago
SizeOfExpression.cs CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
StackAllocExpression.cs CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
ThisReferenceExpression.cs CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
TypeOfExpression.cs CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
TypeReferenceExpression.cs Add year to license headers. 13 years ago
UnaryOperatorExpression.cs Removed empty expression / fixed potential bug where unary operator 12 years ago
UncheckedExpression.cs CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
UndocumentedExpression.cs CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago