コード例 #1
0
 public override MethodInfo[] GetMethods(BindingFlags bindingFlags)
 {
     return(UnderlyingModule.GetMethods(bindingFlags));
 }