csharp
public ref struct VirtualPath.SegmentEnumeratorWalks a path's segments as spans.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (1)
public ReadOnlySpan<char> CurrentThe segment at the current position.
Methods (2)
public readonly VirtualPath.SegmentEnumerator GetEnumerator()Allows the enumerator to be used directly in foreach.
public bool MoveNext()Advances to the next segment.
Used by (1)
- VirtualPathVixen.Core.IO