Logo
Explore Help
Sign In
mono/linux-packaging-mono
0
0
Fork 0
You've already forked linux-packaging-mono
Code Issues Pull Requests Packages Projects Releases Wiki Activity
50088e7486
BranchesTags
View all branches
linux-packaging-mono/mcs/errors/cs8051.cs

7 lines
120 B
C#
Raw Normal View History

Imported Upstream version 4.0.0~alpha1 Former-commit-id: 806294f5ded97629b74c85c09952f2a74fe182d9
2015-04-07 09:35:12 +01:00
// CS8051: Auto-implemented property `V.P' must have get accessor
Imported Upstream version 3.8.0 Former-commit-id: 6a76a29bd07d86e57c6c8da45c65ed5447d38a61
2014-09-04 09:07:35 +01:00
// Line: 6
Imported Upstream version 4.0.0~alpha1 Former-commit-id: 806294f5ded97629b74c85c09952f2a74fe182d9
2015-04-07 09:35:12 +01:00
class V
Imported Upstream version 3.8.0 Former-commit-id: 6a76a29bd07d86e57c6c8da45c65ed5447d38a61
2014-09-04 09:07:35 +01:00
{
Imported Upstream version 4.0.0~alpha1 Former-commit-id: 806294f5ded97629b74c85c09952f2a74fe182d9
2015-04-07 09:35:12 +01:00
public object P { set; } = 1;
}
Reference in New Issue Copy Permalink
Powered by Gitea Page: 340ms Template: 6ms
English
English
Licenses API