ConfigurationPath.Combine 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.
Overloads
Combine(IEnumerable<String>) |
Combines path segments into one path. |
Combine(String[]) |
Combines path segments into one path. |
Combine(IEnumerable<String>)
- Source:
- ConfigurationPath.cs
- Source:
- ConfigurationPath.cs
Combines path segments into one path.
public:
static System::String ^ Combine(System::Collections::Generic::IEnumerable<System::String ^> ^ pathSegments);
public static string Combine (System.Collections.Generic.IEnumerable<string> pathSegments);
static member Combine : seq<string> -> string
Public Shared Function Combine (pathSegments As IEnumerable(Of String)) As String
Parameters
- pathSegments
- IEnumerable<String>
The path segments to combine.
Returns
The combined path.
Applies to
Combine(String[])
- Source:
- ConfigurationPath.cs
- Source:
- ConfigurationPath.cs
Combines path segments into one path.
public:
static System::String ^ Combine(... cli::array <System::String ^> ^ pathSegments);
public static string Combine (params string[] pathSegments);
static member Combine : string[] -> string
Public Shared Function Combine (ParamArray pathSegments As String()) As String
Parameters
- pathSegments
- String[]
The path segments to combine.
Returns
The combined path.
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.