RangeTUpperBound Property

Gets the upper bound of the range. Whether this is an exclusive or inclusive bound, it depends on the context the RangeT is used in.

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public T UpperBound { get; }

Property Value

T

See Also