internal static LibraryOverload/*!*/ Reflect(Delegate/*!*/ overloadDelegate) { return Create(overloadDelegate, EncodeCustomAttributes(overloadDelegate.GetMethod())); }
private static MethodInfo GetMethod(Delegate x) { return x.GetMethod(); }