Updated.
[mono.git] / mcs / errors / cs0610.cs
1 // cs0610.cs: Field or property cannot be of type 'System.ArgIterator'\r
2 // Line: 5\r
3 \r
4 public class Sample {\r
5         System.ArgIterator arg;\r
6 }\r
7 \r
8 \r
9 \r