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.
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
public T UpperBound { get; }
Public ReadOnly Property UpperBound As T
Get
public:
property T UpperBound {
T get ();
}
member UpperBound : 'T with get
Property Value
T