ArgumentDictionary.AddRange Method (NameValueCollection)
Applies To: Dynamics CRM 2013
Adds a range of arguments to the dictionary.
Namespace: Microsoft.Xrm.Client.Collections.Generic
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public void AddRange(
NameValueCollection items
)
public:
void AddRange(
NameValueCollection^ items
)
member AddRange :
items:NameValueCollection -> unit
Public Sub AddRange (
items As NameValueCollection
)
Parameters
items
Type: System.Collections.Specialized.NameValueCollectionType: NameValueCollection. A collection of arguments to be added to the dictionary.
See Also
AddRange Overload
ArgumentDictionary Class
Microsoft.Xrm.Client.Collections.Generic Namespace
Return to top