コード例 #1
0
 internal static LibraryOverload/*!*/ Reflect(Delegate/*!*/ overloadDelegate) {
     return Create(overloadDelegate, EncodeCustomAttributes(overloadDelegate.GetMethod()));
 }
コード例 #2
0
ファイル: AstMethods.cs プロジェクト: Jaykul/IronLangs
 private static MethodInfo GetMethod(Delegate x) {
     return x.GetMethod();
 }