1
vote
4answers
119 views
C# expression evaluates to a namespace
MSDN docs state "An expression is a fragment of code that can be evaluated to a single value, object, method, or namespace."
Could someone please explain what it means for an expression to …
