Yes, don’t use `Dynamic` for that type alias (`dyn...
# random
c
Yes, don’t use
Dynamic
for that type alias (
dynamic
and
object
have very different semantics in C#, let’s avoid adding to the confusion)