2007-03-28 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / errors / cs3003-3.cs
blob2af53889ed21d04d39f61456c449da08b2ecad17
1 // cs3003-3.cs: Type of `I.Error' is not CLS-compliant
2 // Line: 8
4 using System;
5 [assembly:CLSCompliant(true)]
7 public interface I {
8 UIntPtr Error { get; }