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

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

Méthodes publiques

Méthode Description
CreateIterator ( IEnvironment environment, IArgs args ) : IDynamic
HMapIterable ( IEnvironment environment, IObject iterable, ICallable mapping ) : Machete.Core

Method Details

CreateIterator() public méthode

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

HMapIterable() public méthode

public HMapIterable ( IEnvironment environment, IObject iterable, ICallable mapping ) : Machete.Core
environment IEnvironment
iterable IObject
mapping ICallable
Résultat Machete.Core