ParameterCollection 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
ParameterCollection() |
Initializes a new instance of the ParameterCollection class. |
ParameterCollection(IDictionary<String,Object>) |
ParameterCollection()
Initializes a new instance of the ParameterCollection class.
public:
ParameterCollection();
public ParameterCollection ();
Public Sub New ()
Applies to
ParameterCollection(IDictionary<String,Object>)
protected:
ParameterCollection(System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ collection);
protected ParameterCollection (System.Collections.Generic.IDictionary<string,object> collection);
new Microsoft.Xrm.Sdk.ParameterCollection : System.Collections.Generic.IDictionary<string, obj> -> Microsoft.Xrm.Sdk.ParameterCollection
Protected Sub New (collection As IDictionary(Of String, Object))
Parameters
- collection
- IDictionary<String,Object>