Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Dynamics CRM 2015
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(
params string[] args
)
public:
void AddRange(
... array<String^>^ args
)
member AddRange :
[<ParamArrayAttribute>] args:string[] -> unit
Public Sub AddRange (
ParamArray args As String()
)
Parameters
args
Type: System.String[]Type: String[]. An array of string arguments.
See Also
AddRange Overload
ArgumentDictionary Class
Microsoft.Xrm.Client.Collections.Generic Namespace
Return to top
© 2017 Microsoft. All rights reserved. Copyright