Files
Modbus.Net/NA200H.Translator/packages/Microsoft.AspNet.WebApi.HelpPage.5.1.2/Content/Areas/HelpPage/ModelDescriptions/ParameterAnnotation.cs.pp
2014-07-23 14:23:31 +08:00

11 lines
239 B
C#

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