[]
Initializes a new instance of the C1DescriptionAttribute attribute.
public C1DescriptionAttribute(string key, string description)
Public Sub New(key As String, description As String)
| Type | Name | Description |
|---|---|---|
| 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(string key, string formatDescription, string ag0)
Public Sub New(key As String, formatDescription As String, ag0 As String)
| Type | Name | Description |
|---|---|---|
| string | key | The key value used to keep specific string description. |
| string | formatDescription | Default non-localized description text. |
| string | ag0 | Argument for formatDescription parameter. |