linux-packaging-mono/mcs/errors/CS0571-6-lib.cs

8 lines
124 B
C#
Raw Normal View History

using System.Runtime.CompilerServices;
public interface IFoo
{
[IndexerName ("Jaj")]
object this [int i] { get; set; }
}