Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/NRefactory.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDaniel Grunwald <daniel@danielgrunwald.de>2010-08-04 17:09:45 +0400
committerDaniel Grunwald <daniel@danielgrunwald.de>2010-08-04 17:09:45 +0400
commit0035f34051647adf5f1029e39a3cb39303d99f0d (patch)
tree625bb62cd69a6c3db98d78985a66c25cbcb620b7 /README
parent18eda45b714fe0adc9e4019ed1e3d5ccd464e86b (diff)
Add CecilProjectContent
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 00000000..7e2fb708
--- /dev/null
+++ b/README
@@ -0,0 +1,7 @@
+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.