2005-06-29 Jonathan Chambers <jonathan.chambers@ansys.com>
[mcs.git] / errors / cs3003-4.cs
blob1a4ccf175d55c52d4838eb39e728e60ce0323d3f
1 // cs3003-4.cs: Type of `I.this[bool]' is not CLS-compliant
2 // Line: 8
4 using System;
5 [assembly:CLSCompliant(true)]
7 public interface I {
8 ulong this[bool index] { get; }