Click or drag to resize

PathSegmentListCombine Method

Add segments of another list to this instance.

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public PathSegmentList Combine(
	PathSegmentList other
)

Parameters

other
Type: ShellBoost.Core.UtilitiesPathSegmentList
The list to combine with this instance.

Return Value

Type: PathSegmentList
A new instance with all segments combined.
See Also