C# 클래스 IronPython.Modules._ast.DictComp

상속: expr
파일 보기 프로젝트 열기: jdhardy/ironpython

공개 메소드들

메소드 설명
DictComp ( ) : System
DictComp ( expr key, expr value, IronPython.Runtime.List generators, [ lineno, [ col_offset ) : System

비공개 메소드들

메소드 설명
DictComp ( DictionaryComprehension comp ) : System

메소드 상세

DictComp() 공개 메소드

public DictComp ( ) : System
리턴 System

DictComp() 공개 메소드

public DictComp ( expr key, expr value, IronPython.Runtime.List generators, [ lineno, [ col_offset ) : System
key expr
value expr
generators IronPython.Runtime.List
lineno [
col_offset [
리턴 System