7 lines
91 B
C#
7 lines
91 B
C#
// CS1965: Class `C' cannot derive from the dynamic type
|
|
// Line: 4
|
|
|
|
class C : dynamic
|
|
{
|
|
}
|