public NamedParameterDocumentationAttribute(string name, string displayName, TNamedParameterType type, string description)
 {
     Name = name;
     DisplayName = displayName;
     Type = type;
     Description = description;
 }
Exemplo n.º 2
0
 public NamedParameterDocumentationAttribute(string name, string displayName, TNamedParameterType type, string description)
 {
     Name        = name;
     DisplayName = displayName;
     Type        = type;
     Description = description;
 }