Class InclusiveRange<T>
- Namespace
- Concordium.Sdk.Types
- Assembly
- Concordium.Sdk.dll
public sealed record InclusiveRange<T> : IEquatable<InclusiveRange<T>>
Type Parameters
T
- Inheritance
-
InclusiveRange<T>
- Implements
- Inherited Members
Constructors
InclusiveRange(T, T)
public InclusiveRange(T Min, T Max)
Parameters
Min
TMin bound
Max
TMax bound
Properties
Max
Max bound
public T Max { get; init; }
Property Value
- T
Min
Min bound
public T Min { get; init; }
Property Value
- T