C# Class IronPython.Modules.PythonIterTools.islice

Inheritance: IterBase
Afficher le fichier Open project: jschementi/iron

Méthodes publiques

Méthode 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

Méthode Description
Yielder ( IEnumerator iter, int start, int stop, int step ) : IEnumerator

Method Details

islice() public méthode

public islice ( object iterable, object stop ) : System
iterable object
stop object
Résultat System

islice() public méthode

public islice ( object iterable, object start, object stop ) : System
iterable object
start object
stop object
Résultat System

islice() public méthode

public islice ( object iterable, object start, object stop, object step ) : System
iterable object
start object
stop object
step object
Résultat System