C# Class IronPython.Modules.PythonIterTools.permutations

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

Méthodes publiques

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

Private Methods

Méthode Description
Yielder ( int r ) : IEnumerator

Method Details

permutations() public méthode

public permutations ( object iterable ) : System
iterable object
Résultat System

permutations() public méthode

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