diff options
author | David Wrighton <davidwr@microsoft.com> | 2015-04-16 14:59:15 -0700 |
---|---|---|
committer | Richard Lander <rlander@microsoft.com> | 2015-04-17 10:19:23 -0700 |
commit | 68aaabac77d3c9aea3af600680aa6f3c26e99baa (patch) | |
tree | 1fa7aa58261fe585d641a69b05a355fcd006e1f5 /Documentation/README.md | |
parent | f93ab8687228fd6f0ec8d77f1e181ff96bce5844 (diff) | |
download | coreclr-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.md | 1 |
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) |