[]
Initializes a new instance of the DictionaryIcon class.
public DictionaryIcon()
Initializes a new instance of the DictionaryIcon class.
public DictionaryIcon(string name)
| Type | Name | Description |
|---|---|---|
| string | name | The name of the current item. |
Initializes a new instance of the DictionaryIcon class.
public DictionaryIcon(string name, Icon icon)
| Type | Name | Description |
|---|---|---|
| string | name | The name of the current item. |
| Icon | icon | The icon to store in the current item. |