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
w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git]
/
mcs
/
errors
/
cs0610-2.cs
blob
62a56b201d98bce2d4edfd3ee0985b55897ac307
1
// CS0610: Field or property cannot be of type `System.TypedReference'
2
// Line: 5
3
4
public class
Sample
{
5
System
.
TypedReference reference
{
6
get
{
7
return null
;
8
}
9
}
10
}
11
12
13