#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 68aa35aed5 [Ast] Added MemberNameToken property for pointer reference 14 years ago
..
AnonymousMethodExpression.cs Make AstNode freezable. 14 years ago
AnonymousTypeCreateExpression.cs CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
ArrayCreateExpression.cs CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
ArrayInitializerExpression.cs Implemented better solution for the array initializer workaround hack. 14 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
EmptyExpression.cs Removed IRelocatable infrastructure - the start line could now be 14 years ago
ErrorExpression.cs CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
Expression.cs CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
IdentifierExpression.cs [Ast] Added IdentifierToken property to IdentifierExpression. 14 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. 14 years ago
NamedArgumentExpression.cs Renamed named expression identifier -> name. 14 years ago
NamedExpression.cs Renamed named expression identifier -> name. 14 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 14 years ago
PrimitiveExpression.cs Removed IRelocatable infrastructure - the start line could now be 14 years ago
QueryExpression.cs Used simpler Identifier.Create calls. 14 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 CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 years ago
UnaryOperatorExpression.cs CSharpOutputVisitor is now using the IAstVisitor with void return type. 14 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