PathComponentsJoin Method
Returns the concatenation of the given components. Empty components, except the 1st one, are removed.
Namespace: Quine.Schemas.CoreAssembly: Quine.Schemas.Core (in Quine.Schemas.Core.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
public static PathComponents Join(
params PathComponents[] pathComponents
)
- pathComponents PathComponents
- Path components to join.
PathComponents
If any of the components has
IsAbsolute true, then it must be the 1st path in the
sequence. The resulting object will also be absolute.