// cs3014-4.cs: `D' cannot be marked as CLS-compliant because the assembly is not marked as CLS-compliant // Line: 8 using System; [CLSCompliant (true)] public delegate void D ();