Why am I getting the error:
Interfaces cannot declare types
The following is my code:
interface IExpression
{
public struct Expression { }
}
Why am I getting the error:
Interfaces cannot declare types
The following is my code:
interface IExpression
{
public struct Expression { }
}