Compiler Error CS0525
Interfaces cannot contain instance fields
An interface can contain methods and properties and fields.
The following sample generates CS0525:
// CS0525.cs
namespace x
{
public interface clx
{
public int i; // CS0525
}
}
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
.NET feedback
.NET is an open source project. Select a link to provide feedback: