public void DecorateProperty(CodeMemberProperty propertyDefinition, KeyValuePair <string, JsonSchema> propertyPair) { propertyDefinition.ThrowIfNull("propertyDefinition"); propertyPair.ThrowIfNull("propertyPair"); propertyDefinition.Comments.AddRange(CreateComment(propertyPair.Value)); }