예제 #1
0
 public static ConventionBase <IType, IIdExtractor> IdByPublicMethod(
     this ConventionBuilder <IType, IIdExtractor> source, Func <IMethod, bool> filter
     ) => source.IdByPublicMethod(filter, e => e);