DefaultParameterDictionary 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
DefaultParameterDictionary() |
Default constructor. |
DefaultParameterDictionary(IDictionary) |
Constructor takes a hash table. |
DefaultParameterDictionary()
Default constructor.
public:
DefaultParameterDictionary();
public:
DefaultParameterDictionary();
DefaultParameterDictionary();
public DefaultParameterDictionary ();
Public Sub New ()
Applies to
DefaultParameterDictionary(IDictionary)
Constructor takes a hash table.
public:
DefaultParameterDictionary(System::Collections::IDictionary ^ dictionary);
public DefaultParameterDictionary (System.Collections.IDictionary dictionary);
new System.Management.Automation.DefaultParameterDictionary : System.Collections.IDictionary -> System.Management.Automation.DefaultParameterDictionary
Public Sub New (dictionary As IDictionary)
Parameters
- dictionary
- IDictionary
A hashtable instance.
Remarks
Check for the keys' formats and make it versionable