52 name = ReadOnlySpan<char>.Empty;
57 curr = span.Slice(0, index);
58 name = span.Slice(index + 1);
Allows navigation over a Java class name.
ReadOnlySpanSeparatorEnumerator GetEnumerator()
Gets an enumerator.
ReadOnlySpan< char > name
ReadOnlySpan< char > curr
ReadOnlySpanSeparatorEnumerator(ReadOnlySpan< char > name, char separator)
Initializes a new instance.
bool MoveNext()
Returns whether any more entries exist.
ReadOnlySpan< char > Current
Gets the current entry.