C# Class Machete.Runtime.HostObjects.Iterables.HGeneratorIterable

Inheritance: HIterableBase
Afficher le fichier Open project: ChaosPandion/Machete

Méthodes publiques

Méthode Description
CreateIterator ( IEnvironment environment, IArgs args ) : IDynamic
HGeneratorIterable ( IEnvironment environment, ReadOnlyList steps, ReadOnlyList variableDeclarations, ILexicalEnvironment scope ) : System

Method Details

CreateIterator() public méthode

public CreateIterator ( IEnvironment environment, IArgs args ) : IDynamic
environment IEnvironment
args IArgs
Résultat IDynamic

HGeneratorIterable() public méthode

public HGeneratorIterable ( IEnvironment environment, ReadOnlyList steps, ReadOnlyList variableDeclarations, ILexicalEnvironment scope ) : System
environment IEnvironment
steps ReadOnlyList
variableDeclarations ReadOnlyList
scope ILexicalEnvironment
Résultat System