rspec/rules/S6609/how-dotnet.adoc

8 lines
243 B
Plaintext

== How to fix it
The `Min` and `Max` properties are defined on the following classes, and the extension method call can be replaced by calling the propery instead:
* `SortedSet<T>`
* `ImmutableSortedSet<T>`
* `ImmutableSortedSet<T>.Builder`