interfacesInterface: Range\<T\>Version: 4.2On this pageInterface: Range<T> Represents a generic range from one value to another. Type parameters • T Properties from from: T The from value. The start of the range. to to: T The to value. The end of the range.