[]
Initializes a new instance of the C1DescriptionAttribute attribute.
public C1DescriptionAttribute(Type stringsType, string key, string description)
| Type | Name | Description |
|---|---|---|
| Type | stringsType | The Type defining string properties. |
| string | key | The key value used to keep specific string description. |
| string | description | Default non-localized description text. |
Initializes a new instance of the C1DescriptionAttribute attribute.
public C1DescriptionAttribute(Type stringsType, string key, string formatDescription, string ag0)
| Type | Name | Description |
|---|---|---|
| Type | stringsType | The Type defining string properties. |
| string | key | The key value used to keep specific string description. |
| string | formatDescription | Default non-localized description text. |
| string | ag0 | Argument for formatDescription parameter. |