C# Class Net35.Enumerable

ファイルを表示 Open project: sep/TwoIoc

Public Methods

Method Description
Infinite ( ) : IEnumerable
Range ( int numElements ) : IEnumerable

Method Details

Infinite() public static method

public static Infinite ( ) : IEnumerable
return IEnumerable

Range() public static method

public static Range ( int numElements ) : IEnumerable
numElements int
return IEnumerable