[]
Initializes a new instance of the DictionaryImage class.
public DictionaryImage()
Public Sub New()
Initializes a new instance of the DictionaryImage class.
public DictionaryImage(string name)
Public Sub New(name As String)
| 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)
Public Sub New(name As String, image As Image)
| Type | Name | Description |
|---|---|---|
| string | name | The name of the current item. |
| Image | image | The image to store in the current item. |