//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//------------------------------------------------------------------------------
namespace System.Web.Util {
using System;
using System.Reflection;
using System.Reflection.Emit;
using System.Security.Permissions;
// Helper utility to quickly create a Delegate by calling its unmanaged ctor
[SecurityPermission(SecurityAction.LinkDemand, Unrestricted = true)]
internal static class FastDelegateCreator where TDelegate : class {
private static readonly Func