Exemplo n.º 1
0
 public static ConventionBase <IType, List <IMethod> > PublicMethods(this ConventionBuilder <IType, List <IMethod> > source) => source.PublicMethods(_ => true);
Exemplo n.º 2
0
 public static ConventionBase <IType, List <IProperty> > PublicMethods(this ConventionBuilder <IType, List <IProperty> > source, Func <IMethod, bool> filter) => source.PublicMethods(string.Empty, filter);