w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs0610-2.cs
blob62a56b201d98bce2d4edfd3ee0985b55897ac307
1 // CS0610: Field or property cannot be of type `System.TypedReference'
2 // Line: 5
4 public class Sample {
5 System.TypedReference reference {
6 get {
7 return null;