11 lines
246 B
C#
11 lines
246 B
C#
using System;
|
|
|
|
namespace Service.MeterProcessState.Areas.HelpPage.ModelDescriptions
|
|
{
|
|
public class ParameterAnnotation
|
|
{
|
|
public Attribute AnnotationAttribute { get; set; }
|
|
|
|
public String Documentation { get; set; }
|
|
}
|
|
} |