C# 클래스 Machete.Runtime.HostObjects.Iterables.HGeneratorIterable

상속: HIterableBase
파일 보기 프로젝트 열기: ChaosPandion/Machete

공개 메소드들

메소드 설명
CreateIterator ( IEnvironment environment, IArgs args ) : IDynamic
HGeneratorIterable ( IEnvironment environment, ReadOnlyList steps, ReadOnlyList variableDeclarations, ILexicalEnvironment scope ) : System

메소드 상세

CreateIterator() 공개 메소드

public CreateIterator ( IEnvironment environment, IArgs args ) : IDynamic
environment IEnvironment
args IArgs
리턴 IDynamic

HGeneratorIterable() 공개 메소드

public HGeneratorIterable ( IEnvironment environment, ReadOnlyList steps, ReadOnlyList variableDeclarations, ILexicalEnvironment scope ) : System
environment IEnvironment
steps ReadOnlyList
variableDeclarations ReadOnlyList
scope ILexicalEnvironment
리턴 System