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