Hacker News new | ask | show | jobs
by ckok 2076 days ago
No duplication. There's a single file where every type reference or method reference exists once. Note that it's not a library file. The compiled dll or exe has no relationship to the original way it was stored in .cs file. Instead it's a set of tables which hold all types, all members.
1 comments

Partial types.