Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumC#dynamic and ExpandoObjectSingle-choice MCQ

What does the dynamic keyword resolve to in the compiled assembly's metadata?

public void M(dynamic d) { }