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