-
Why do we need that? |
Beta Was this translation helpful? Give feedback.
Answered by
EgorBo
Mar 16, 2022
Replies: 1 comment 2 replies
-
/ref is auto-generated tiny facades. They are used in order to produce small-sized referenced assemblies needed for faster compilation - they're not used during the actual application run.
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
B1Z0N
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/ref is auto-generated tiny facades. They are used in order to produce small-sized referenced assemblies needed for faster compilation - they're not used during the actual application run.
throw null
is basically a universal way to implement a method body - it's never invoked in practice.