Exemple #1
0
 private static ITypicalLengthFacet Create(TypicalLengthAttribute attribute, ISpecification holder) => attribute == null ? null : new TypicalLengthFacetAnnotation(attribute.Value, holder);
Exemple #2
0
 private static ITypicalLengthFacet Create(TypicalLengthAttribute attribute, IFacetHolder holder) {
     return attribute == null ? null : new TypicalLengthFacetAnnotation(attribute.Value, holder);
 }