Method MergePathElems
- Namespace
- Skyline.DataMiner.DataSources.OpenConfig.Gnmi.Utils
- Assembly
- Skyline.DataMiner.DataSources.OpenConfig.Gnmi.dll
MergePathElems(Path, Path)
Merges two Paths into one PathElem collection.
public static PathElem[] MergePathElems(Path prefixPath, Path suffixPath)
Parameters
prefixPath
PathFirst Path to be merged.
suffixPath
PathSecond Path to be merged.
Returns
- PathElem[]
PathElem collection containing the merged paths.