A method has both expando and abstract modifiers. Expando methods can never be abstract.
To correct this error
-
Remove either the expando or abstract modifier from the method declaration.
A method has both expando and abstract modifiers. Expando methods can never be abstract.
Remove either the expando or abstract modifier from the method declaration.