CommandLineParser.ParsePathMap(String, IList<Diagnostic>) Method

Definition

protected:
 System::Collections::Immutable::ImmutableArray<System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>> ParsePathMap(System::String ^ pathMap, System::Collections::Generic::IList<Microsoft::CodeAnalysis::Diagnostic ^> ^ errors);
protected System.Collections.Immutable.ImmutableArray<System.Collections.Generic.KeyValuePair<string,string>> ParsePathMap (string pathMap, System.Collections.Generic.IList<Microsoft.CodeAnalysis.Diagnostic> errors);
member this.ParsePathMap : string * System.Collections.Generic.IList<Microsoft.CodeAnalysis.Diagnostic> -> System.Collections.Immutable.ImmutableArray<System.Collections.Generic.KeyValuePair<string, string>>
Protected Function ParsePathMap (pathMap As String, errors As IList(Of Diagnostic)) As ImmutableArray(Of KeyValuePair(Of String, String))

Parameters

pathMap
String
errors
IList<Diagnostic>

Returns

Applies to