NSScriptCommandDescriptionDictionary Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| NSScriptCommandDescriptionDictionary() |
Creates a new NSScriptCommandDescriptionDictionary with default (empty) values. |
| NSScriptCommandDescriptionDictionary(NSDictionary) |
Creates a new NSScriptCommandDescriptionDictionary from the values that are specified in |
NSScriptCommandDescriptionDictionary()
Creates a new NSScriptCommandDescriptionDictionary with default (empty) values.
[Foundation.Preserve(Conditional=true)]
public NSScriptCommandDescriptionDictionary();
public NSScriptCommandDescriptionDictionary();
- Attributes
Applies to
NSScriptCommandDescriptionDictionary(NSDictionary)
Creates a new NSScriptCommandDescriptionDictionary from the values that are specified in dictionary.
[Foundation.Preserve(Conditional=true)]
public NSScriptCommandDescriptionDictionary(Foundation.NSDictionary? dictionary);
public NSScriptCommandDescriptionDictionary(Foundation.NSDictionary? dictionary);
[<Foundation.Preserve(Conditional=true)>]
new Foundation.NSScriptCommandDescriptionDictionary : Foundation.NSDictionary -> Foundation.NSScriptCommandDescriptionDictionary
new Foundation.NSScriptCommandDescriptionDictionary : Foundation.NSDictionary -> Foundation.NSScriptCommandDescriptionDictionary
Parameters
- dictionary
- NSDictionary
The dictionary to use to populate the properties of this type.
- Attributes