#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 4372b610ee Fixed lambda type inference for nested (curried) lambdas. 14 years ago
..
AnonymousMethodExpression.cs Added some creation constructors. 15 years ago
AnonymousTypeCreateExpression.cs Added some creation constructors. 15 years ago
ArrayCreateExpression.cs Put MIT license into the file headers. 14 years ago
ArrayInitializerExpression.cs Add pattern matching support to the NRefactory C# AST. 15 years ago
AsExpression.cs Added some creation constructors. 15 years ago
AssignmentExpression.cs Added some creation constructors. 15 years ago
BaseReferenceExpression.cs Add pattern matching support to the NRefactory C# AST. 15 years ago
BinaryOperatorExpression.cs Add support for 'any' operator and fix a bug in pattern matching. 15 years ago
CastExpression.cs Added some creation constructors. 15 years ago
CheckedExpression.cs Added some creation constructors. 15 years ago
ConditionalExpression.cs Added some creation constructors. 15 years ago
DefaultValueExpression.cs Added some creation constructors. 15 years ago
DirectionExpression.cs Added some creation constructors. 15 years ago
EmptyExpression.cs Renamed interface. 14 years ago
Expression.cs Fixed lambda type inference for nested (curried) lambdas. 14 years ago
IdentifierExpression.cs Reduced the memory consumption of identifiers a bit by saving the 14 years ago
IndexerExpression.cs Added some creation constructors. 15 years ago
InvocationExpression.cs Added some creation constructors. 15 years ago
IsExpression.cs Add pattern matching support to the NRefactory C# AST. 15 years ago
LambdaExpression.cs Add pattern matching support to the NRefactory C# AST. 15 years ago
MemberReferenceExpression.cs Reduced the memory consumption of identifiers a bit by saving the 14 years ago
NamedArgumentExpression.cs Put MIT license into the file headers. 14 years ago
NullReferenceExpression.cs Fixed method declaration tests. 15 years ago
ObjectCreateExpression.cs Added some creation constructors. 15 years ago
ParenthesizedExpression.cs Added some creation constructors. 15 years ago
PointerReferenceExpression.cs Reduced the memory consumption of identifiers a bit by saving the 14 years ago
PrimitiveExpression.cs corrected output of primitive expressions. 14 years ago
QueryExpression.cs Put MIT license into the file headers. 14 years ago
SizeOfExpression.cs Added some creation constructors. 15 years ago
StackAllocExpression.cs Add pattern matching support to the NRefactory C# AST. 15 years ago
ThisReferenceExpression.cs Add pattern matching support to the NRefactory C# AST. 15 years ago
TypeOfExpression.cs Added some creation constructors. 15 years ago
TypeReferenceExpression.cs Put MIT license into the file headers. 14 years ago
UnaryOperatorExpression.cs C# Resolver: preparations for lambda support 14 years ago
UncheckedExpression.cs Added some creation constructors. 15 years ago
UndocumentedExpression.cs Handled undocumented expressions. 15 years ago