Utility.RemainderParameter Method
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.
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