C# Class IronPython.Modules.PythonIterTools.islice

Inheritance: IterBase
ファイルを表示 Open project: jschementi/iron

Public Methods

Method Description
islice ( object iterable, object stop ) : System
islice ( object iterable, object start, object stop ) : System
islice ( object iterable, object start, object stop, object step ) : System

Private Methods

Method Description
Yielder ( IEnumerator iter, int start, int stop, int step ) : IEnumerator

Method Details

islice() public method

public islice ( object iterable, object stop ) : System
iterable object
stop object
return System

islice() public method

public islice ( object iterable, object start, object stop ) : System
iterable object
start object
stop object
return System

islice() public method

public islice ( object iterable, object start, object stop, object step ) : System
iterable object
start object
stop object
step object
return System