Skip to content

RangeEx ​

Provides extension methods for System.Range values.

Kind: Static class

Namespace: CrowdControl.Common

Public Static Functions

int[]

AsArray(Range range)

Creates an array containing the integer values in the range.

IEnumerable

AsIEnumerable(Range range)

Enumerates the integer values in the range.