You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added constructors for `ReadOnlySequence<T>`, pre-condition `CheckNotNull` and `RequireNotNull` overloads for dealing with nullable structs, and auto-named public/private keys.
/// <param name="parameterName">The name of the invalid parameter.</param>
100
113
/// <exception cref="ArgumentOutOfRangeException">If the specified condition is <see langword="false"/>.</exception>
101
114
[EditorBrowsable(EditorBrowsableState.Never)]
115
+
[Obsolete("This method is obsolete and will be removed in a future version. Use RequireWithinRangeInclusive or RequireWithinRangeExclusive methods instead.")]
0 commit comments