C# Class IronPython.Modules.PythonIterTools.starmap

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

Méthodes publiques

Méthode Description
starmap ( CodeContext context, object function, object iterable ) : System

Private Methods

Méthode Description
Yielder ( CodeContext context, object function, IEnumerator iter ) : IEnumerator

Method Details

starmap() public méthode

public starmap ( CodeContext context, object function, object iterable ) : System
context CodeContext
function object
iterable object
Résultat System