Click or drag to resize

PathSegmentList Constructor (IEnumerableString, StringComparer)

Initializes a new instance of the PathSegmentList class. The component must be valid file components.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public PathSegmentList(
	IEnumerable<string> pathComponents,
	StringComparer stringComparer = null
)

Parameters

pathComponents
Type: System.Collections.GenericIEnumerableString
A list of file components.
stringComparer (Optional)
Type: SystemStringComparer
The comparer used when comparing segments.
See Also