C# Class Glass.Imaging.Generators.EnumerableExtensions

Mostrar archivo Open project: SuperJMN/Glass

Public Methods

Method Description
Range ( int start, int end, int>.Func step ) : IEnumerable

Method Details

Range() public static method

public static Range ( int start, int end, int>.Func step ) : IEnumerable
start int
end int
step int>.Func
return IEnumerable