Example #1
0
 public static ConventionBase <IType, IValueExtractor> ValueByPublicMethod(
     this ConventionBuilder <IType, IValueExtractor> source, Func <IMethod, bool> filter
     ) => source.ValueByPublicMethod(filter.And(o => o.IsPublic), e => e);