Пример #1
0
 internal static LibraryOverload/*!*/ Reflect(Delegate/*!*/ overloadDelegate) {
     return Create(overloadDelegate, EncodeCustomAttributes(overloadDelegate.GetMethod()));
 }
Пример #2
0
 private static MethodInfo GetMethod(Delegate x) {
     return x.GetMethod();
 }