In general I'd recommend using Min() (from LINQ) which works as expected
But this property has this remark: "If the SortedSet<T> has no elements, then the Min property returns the default value of T."
1)
Feels like you used compiler hints incorrectly
In general I'd recommend using Min() (from LINQ) which works as expected
But this property has this remark: "If the SortedSet<T> has no elements, then the Min property returns the default value of T."
1)
Feels like you used compiler hints incorrectly