NewItemInstanceInitializerAttribute Constructors
Contains attributes that are used to initialize a new item of a dictionary.| Name | Parameters | Description |
|---|---|---|
| NewItemInstanceInitializerAttribute(Type, String, String) | type, name, description | Initializes a new instance of the NewItemInstanceInitializerAttribute class with specified settings. |
| NewItemInstanceInitializerAttribute(Type, String) | type, name | Initializes a new instance of the NewItemInstanceInitializerAttribute class with specified settings. |
| NewItemInstanceInitializerAttribute(Type) | type | Initializes a new instance of the NewItemInstanceInitializerAttribute class with specified settings. |
See Also