Re: [Mono-dev] c# compiler problem with generics and derived interfaces

2010-06-16 Thread Marek Safar
Hello, > I cannot compile the code reported below with mono 2.6.4 (which > compiles fine using visual studio 2008). > > By executing gmcs MatrixArray.cs (see below or attached file) I > obtain the following errors: > > MatrixArray.cs(40,24): error CS0021: Cannot apply indexing with [] to > an exp

[Mono-dev] c# compiler problem with generics and derived interfaces

2010-06-16 Thread matteo tesser
Hello, I cannot compile the code reported below with mono 2.6.4 (which compiles fine using visual studio 2008). By executing gmcs MatrixArray.cs (see below or attached file) I obtain the following errors: MatrixArray.cs(40,24): error CS0021: Cannot apply indexing with [] to an expression of typ