Table of Contents

Class Range

Namespace
Bonsai
Assembly
Bonsai.Core.dll

Provides static methods for creating range objects.

public static class Range
Inheritance
Range
Inherited Members

Methods

Create<TValue>(TValue, TValue)

Creates a new range with the specified lower and upper bounds.

Create<TValue>(TValue, TValue, IComparer<TValue>)

Creates a new range with the specified lower and upper bounds and using the specified comparer.