You've already forked linux-packaging-mono
8 lines
115 B
C#
8 lines
115 B
C#
![]() |
// CS0525: Interfaces cannot contain fields or constants
|
||
|
// Line: 6
|
||
|
|
||
|
interface Interface
|
||
|
{
|
||
|
bool value = false;
|
||
|
}
|