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