Click or drag to resize
RangeT Constructor
Class representing range of values.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public Range(
	T endpoint1,
	T endpoint2
)

Parameters

endpoint1
Type: T
One endpoint of given range
endpoint2
Type: T
Second endpoint of given range
See Also