Ejemplo n.º 1
0
 public FindResult MethodExists(SmallType pType, MethodSyntax pMethod)
 {
     return(_methods.MethodExists(pType, pMethod));
 }