You've already forked linux-packaging-mono
12 lines
113 B
C#
12 lines
113 B
C#
![]() |
// CS01014: A get or set accessor expected
|
||
|
// Line: 9
|
||
|
|
||
|
class C
|
||
|
{
|
||
|
public int Prop {
|
||
|
set {
|
||
|
}
|
||
|
bool val;
|
||
|
}
|
||
|
}
|