Click or drag to resize

PathSegmentListCombine Method

Add segments of another list to this instance.

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

Parameters

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

Return Value

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