Base:
method
CreateDelegate
System.Reflection.MethodInfo.CreateDelegate(System.Type, System.Object)
2 references to CreateDelegate
System.Core (1)
Microsoft\Scripting\Utils\TypeExtensions.cs (1)
34return dm.CreateDelegate(delegateType, target);
System.Data.Services (1)
System\Data\Services\Serializers\SyndicationSerializer.cs (1)
816action = (Action<object, DictionaryContent>)method.CreateDelegate(typeof(Action<object, DictionaryContent>), null);