Пример #1
0
 /// <inheritdoc />
 public override ScriptConditionDescriptor FormatComment(string comment, ConditionType relatedType)
 => SpecificationDefaults.FormatInlineComment(comment, relatedType);
Пример #2
0
 /// <inheritdoc />
 public virtual string RemoveComments(ClassDescriptor model)
 => SpecificationDefaults.RemoveCommentsFromModel(model);