Table of Contents

Interface ISequenceGenerator<T>

Namespace
LfrlAnvil.Generators
Assembly
LfrlAnvil.Core.dll

Represents a generic sequence generator of objects within specified range.

public interface ISequenceGenerator<T> : IBoundGenerator<T>, IGenerator<T>, IGenerator where T : IComparable<T>

Type Parameters

T

Object type.

Inherited Members
Extension Methods

Properties

Step

Difference between two consecutively generated values.

T Step { get; }

Property Value

T