6 lines
145 B
C#
6 lines
145 B
C#
// CS1527: Namespace elements cannot be explicitly declared as private, protected or protected internal
|
|
// Line: 4
|
|
|
|
protected interface IFoo {
|
|
}
|