Interface IFiniteRangeEndpoint<T>
Represents finite range endpoint.
Inherited Members
Namespace: DotNext
Assembly: DotNext.dll
Syntax
public interface IFiniteRangeEndpoint<T> : IRangeEndpoint<T> where T : notnull
Type Parameters
Name | Description |
---|---|
T | The type of the endpoint. |
Properties
| Edit this page View SourceValue
Gets the value of the endpoint.
Declaration
T Value { get; }
Property Value
Type | Description |
---|---|
T |