quote only work on lambda on net_4_0
[mcs.git] / errors / cs0117-4.cs
blob793ac4aaaa1e069b4e1b38b064da534066cca05f
1 // cs0117: `System.Runtime.CompilerServices.IndexerNameAttribute' does not contain a definition for `errorarg'
2 // Line:
4 using System.Runtime.CompilerServices;
6 public class E
8 [IndexerName("xxx", errorarg = "")]
9 public int this[int index] {
10 get {
11 return 0;