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
- 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
- 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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.