Represents disclosed range endpoint.
Namespace: DotNext Assembly: DotNext.dll Syntaxpublic readonly struct DisclosedEndpoint<T> : IFiniteRangeEndpoint<T>, IRangeEndpoint<T> where T : IComparable<T>
Type Parameters Name Description T
The type of the endpoint.
Properties | Edit this page View Source ValueGets a value of this endpoint.
Declarationpublic required T Value { get; init; }
Property Value Operators | Edit this page View Source implicit operator DisclosedEndpoint<T>(T)
Creates a range endpoint that is excluded from the range.
Declarationpublic static implicit operator DisclosedEndpoint<T>(T value)
Parameters Type Name Description T value
The value of the endpoint.
Returns | Edit this page View Source operator ~(DisclosedEndpoint<T>)Converts disclosed endpoint to enclosed endpoint.
Declarationpublic static EnclosedEndpoint<T> operator ~(DisclosedEndpoint<T> endpoint)
Parameters Returns Implements Extension Methods
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4