summaryrefslogtreecommitdiff
path: root/Documentation/README.md
diff options
context:
space:
mode:
authorDavid Wrighton <davidwr@microsoft.com>2015-04-16 14:59:15 -0700
committerRichard Lander <rlander@microsoft.com>2015-04-17 10:19:23 -0700
commit68aaabac77d3c9aea3af600680aa6f3c26e99baa (patch)
tree1fa7aa58261fe585d641a69b05a355fcd006e1f5 /Documentation/README.md
parentf93ab8687228fd6f0ec8d77f1e181ff96bce5844 (diff)
downloadcoreclr-68aaabac77d3c9aea3af600680aa6f3c26e99baa.tar.gz
coreclr-68aaabac77d3c9aea3af600680aa6f3c26e99baa.tar.bz2
coreclr-68aaabac77d3c9aea3af600680aa6f3c26e99baa.zip
Add Type System Book of the Runtime doc
Diffstat (limited to 'Documentation/README.md')
-rw-r--r--Documentation/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/README.md b/Documentation/README.md
index fd662162ea..b397284065 100644
--- a/Documentation/README.md
+++ b/Documentation/README.md
@@ -19,6 +19,7 @@ Book of the Runtime
- [Book of the Runtime FAQ](botr-faq.md)
- [Introduction to the Common Language Runtime](intro-to-clr.md)
- [Garbage Collection Design](garbage-collection.md)
+- [Type System](type-system.md)
- [Type Loader](type-loader.md)
- [Method Descriptor](method-descriptor.md)
- [Virtual Stub Dispatch](virtual-stub-dispatch.md)