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 public IReadOnlyList<string> Segments { get; }
Property Value
Type:
IReadOnlyListStringThe list of segments composing this instance.
See Also