Пример #1
0
 public static MethodBase Value(this ManagedTypeFinder.IMethodBase t)
 {
     return(((ManagedTypeFinderGeneratorTypeSystem.TMethodBase)t)?.Value);
 }
Пример #2
0
 public static MethodDefinition Value(this ManagedTypeFinder.IMethodBase t)
 {
     return(((ManagedTypeFinderCecil.TMethodBase)t).Value);
 }