LonglslandExhibitionCenter/packages/Microsoft.AspNet.WebApi.Hel.../Content/Areas/HelpPage/ModelDescriptions/ParameterAnnotation.cs.pp

11 lines
239 B
Puppet

using System;
namespace $rootnamespace$.Areas.HelpPage.ModelDescriptions
{
public class ParameterAnnotation
{
public Attribute AnnotationAttribute { get; set; }
public string Documentation { get; set; }
}
}