4 lines
140 B
C#
4 lines
140 B
C#
// CS0246: The type or namespace name `dynamic' could not be found. Are you missing an assembly reference?
|
|
// Line: 4
|
|
|
|
using static dynamic; |