Partager via


Utility.RemainderParameter Method

Definition

Retrieves the rest of the parameters as a multiline string.

public:
 static System::String ^ RemainderParameter(System::Collections::Generic::List<System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>> ^ parameters);
public static string RemainderParameter (System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<string,string>> parameters);
static member RemainderParameter : System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<string, string>> -> string
Public Shared Function RemainderParameter (parameters As List(Of KeyValuePair(Of String, String))) As String

Parameters

parameters
List<KeyValuePair<String,String>>

Specifies the parameter list from a previous call to SplitLines.

Returns

Returns the multiline parameter string

Applies to