2005-06-29 Jonathan Chambers <jonathan.chambers@ansys.com>
[mcs.git] / errors / cs3001-7.cs
blob8f5abf9c90161f3e60719a122865a91133ff9948
1 // cs3001-7.cs: Argument type `ulong' is not CLS-compliant
2 // Line: 8
4 using System;
5 [assembly:CLSCompliant(true)]
7 public interface I {
8 long this[ulong indexA] { set; }