repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update the reference assemblies we ship in mono.
[mono-project.git]
/
mcs
/
errors
/
cs0118-3.cs
blob
23988f544a89a049fa03dc270e92a2803e42c4e8
1
// CS0118: `Region.Value' is a `field' but a `type' was expected
2
// Line: 8
3
4
public sealed class
Region
5
{
6
int
Value
;
7
8
[
Value
(
2
)]
9
public
Region
() {}
10
}