#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 289d6078dc Added special support for 'void' (type without members); implemented ReflectionHelper.ToTypeReference. 16 years ago
ICSharpCode.NRefactory Added special support for 'void' (type without members); implemented ReflectionHelper.ToTypeReference. 16 years ago
ICSharpCode.NRefactory.Tests Added special support for 'void' (type without members); implemented ReflectionHelper.ToTypeReference. 16 years ago
doc Add ConstructedType. 16 years ago
.gitattributes Add gitattributes 16 years ago
NRefactory.sln Move ArrayType/ConstructedType/PointerType from TypeSystem/Implementation to TypeSystem. 16 years ago
README Add simple type references. 16 years ago

README

Overview of the NRefactory library:

ICSharpCode.NRefactory.TypeSystem:
Contains a language-independent representation of the .NET type system.

ICSharpCode.NRefactory.TypeSystem.Implementation:
Contains base classes that help implementing the type system interfaces.

ICSharpCode.NRefactory.CSharp.Dom:
Abstract Syntax Tree for C#