C# Class CSharpUtils.Iterators

Show file Open project: soywiz/csharputils

Public Methods

Method Description
IntRange ( int From, int To ) : IEnumerable

Method Details

IntRange() static public method

static public IntRange ( int From, int To ) : IEnumerable
From int
To int
return IEnumerable