A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://dotnet.github.io/dotNext/api/DotNext.EnclosedEndpoint-1.html below:

Struct EnclosedEndpoint<T> | .NEXT

Struct EnclosedEndpoint<T>

Represents enclosed range endpoint.

Namespace: DotNext Assembly: DotNext.dll Syntax
public readonly struct EnclosedEndpoint<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 Value

Gets a value of this endpoint.

Declaration
public required T Value { get; init; }
Property Value Operators | Edit this page View Source implicit operator EnclosedEndpoint<T>(T)

Creates a range endpoint that is included to the range.

Declaration
public static implicit operator EnclosedEndpoint<T>(T value)
Parameters Type Name Description T value

The value of the endpoint.

Returns | Edit this page View Source operator ~(EnclosedEndpoint<T>)

Converts enclosed endpoint to disclosed endpoint.

Declaration
public static DisclosedEndpoint<T> operator ~(EnclosedEndpoint<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