Vixen
02b45cc4
csharp
public ref struct VirtualPath.SegmentEnumerator

Walks 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> Current

    The 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