Пример #1
0
 public static ConventionBase <IType, IValueExtractor> ValueByPublicProperty(
     this ConventionBuilder <IType, IValueExtractor> source, Func <IProperty, bool> filter
     ) => source.ValueByPublicProperty(filter, e => e);