ArgumentDictionary Constructor (String[])
Applies To: Dynamics CRM 2013
Initializes a new instance of the ArgumentDictionary class.
Namespace: Microsoft.Xrm.Client.Collections.Generic
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public ArgumentDictionary(
params string[] args
)
public:
ArgumentDictionary(
... array<String^>^ args
)
new :
[<ParamArrayAttribute>] args:string[] -> ArgumentDictionary
Public Sub New (
ParamArray args As String()
)
Parameters
args
Type: System.String[]Type: String[]. An array of string arguments.
See Also
ArgumentDictionary Overload
ArgumentDictionary Class
Microsoft.Xrm.Client.Collections.Generic Namespace
Return to top