C# Class IronPython.Modules.PythonIterTools.combinations_with_replacement

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

Méthodes publiques

Méthode Description
combinations_with_replacement ( object iterable, object r ) : System

Private Methods

Méthode Description
Yielder ( int r ) : IEnumerator

Method Details

combinations_with_replacement() public méthode

public combinations_with_replacement ( object iterable, object r ) : System
iterable object
r object
Résultat System