ImportWorkflowCommand.MergeParameterCollection(Hashtable[], Hashtable) Method

Definition

public:
 static cli::array <System::Collections::Hashtable ^> ^ MergeParameterCollection(cli::array <System::Collections::Hashtable ^> ^ parameterCollection, System::Collections::Hashtable ^ defaultsParameterCollection);
public static System.Collections.Hashtable[] MergeParameterCollection (System.Collections.Hashtable[] parameterCollection, System.Collections.Hashtable defaultsParameterCollection);
static member MergeParameterCollection : System.Collections.Hashtable[] * System.Collections.Hashtable -> System.Collections.Hashtable[]
Public Shared Function MergeParameterCollection (parameterCollection As Hashtable(), defaultsParameterCollection As Hashtable) As Hashtable()

Parameters

parameterCollection
Hashtable[]
defaultsParameterCollection
Hashtable

Returns

Applies to