using System; using System.Runtime.InteropServices; using System.Collections.Generic; class X { public delegate T ModuleBinder (object o); public ModuleBinder CreateMethodUnscoped () { return delegate (object o) { return (TDelegate)(object)null; }; } public static void Main () { } }