private void AddFeatureTypeLabel(FillTypeFlags typeModifier) { var featureLabel = featureTypeLabeler.FeatureLabelFromFillTypeFlag(typeModifier); Builder.AddExplicitLine(""); Builder.AddCommentLine(" feature " + featureLabel); }
public virtual void AppendComment(string comment) { Builder.AddCommentLine(comment); }
protected virtual void AddFeatureTypeLabel(string featureLabel) { Builder.AddExplicitLine(""); Builder.AddCommentLine(" feature " + featureLabel); }