Base:
1 override of CreateDelegate
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingMethodInfo.cs (1)
113public override Delegate CreateDelegate(Type delegateType)
1 reference to CreateDelegate
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingMethodInfo.cs (1)
115return base.CreateDelegate(Projector.Unproject(delegateType));