Click or drag to resize

PathSegmentListSegments Property

Gets the list of segments composing this instance.

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public IReadOnlyList<string> Segments { get; }

Property Value

Type: IReadOnlyListString
The list of segments composing this instance.
See Also