1 write to Count
Shared (1)
StringSplit\StringRange.cs (1)
29
Count
= count;
3 references to Count
Shared (3)
StringSplit\StringRange.cs (3)
84
public bool Equals(StringRange other) => other.Index == Index && other.
Count
==
Count
;
97
public override int GetHashCode() => HashCode.Combine(Index,
Count
);