C# 클래스 IronRuby.Builtins.IListOps.PermutationEnumerator

상속: IEnumerator
파일 보기 프로젝트 열기: jschementi/iron

공개 메소드들

메소드 설명
Each ( IronRuby.Runtime.RubyScope scope, BlockParam block ) : object
PermutationEnumerator ( IList list, int size ) : System

비공개 메소드들

메소드 설명
Xchg ( object values, int i, int j ) : void

메소드 상세

Each() 공개 메소드

public Each ( IronRuby.Runtime.RubyScope scope, BlockParam block ) : object
scope IronRuby.Runtime.RubyScope
block IronRuby.Runtime.BlockParam
리턴 object

PermutationEnumerator() 공개 메소드

public PermutationEnumerator ( IList list, int size ) : System
list IList
size int
리턴 System