* Control.cs: fix the checks so that they work correctly for mdi
[mcs.git] / errors / cs3001-5.cs
blob1e5ba38141ac0f702487724e7ed21417c2c9445c
1 // cs3001-5.cs: Argument type `sbyte' is not CLS-compliant
2 // Line: 8
4 using System;
5 [assembly:CLSCompliant(true)]
7 public class CLSClass {
8 public delegate int MyDelegate(sbyte i);