2005-06-29 Jonathan Chambers <jonathan.chambers@ansys.com>
[mcs.git] / errors / cs3001-3.cs
blob1590ede9c50438810fd63e08fa91a854452fbffb
1 // cs3001-3.cs: Argument type `ulong' is not CLS-compliant
2 // Line: 8
4 using System;
5 [assembly:CLSCompliant (true)]
7 public class CLSClass {
8 public long this [ulong index] {
9 get {
10 return 2;