2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1729-6.cs
blob0b7d4cc9dbad17292a2d2d4daf7c64e4acd15db8
1 // CS1729: The type `System.Runtime.CompilerServices.IndexerNameAttribute' does not contain a constructor that takes `4' arguments
2 // Line: 5
4 class MainClass {
5 [System.Runtime.CompilerServices.IndexerName("A", "", "", "")]
6 int this [int index] {
7 get {
8 return 0;