C# 클래스 IronRuby.Runtime.Calls.BlockDispatcher

상속: BlockDispatcher
파일 보기 프로젝트 열기: reincubate/IronLanguages.Main 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_block T

공개 메소드들

메소드 설명
BlockDispatcher ( BlockSignatureAttributes attributesAndArity, string sourcePath, int sourceLine ) : System.Linq.Expressions

비공개 메소드들

메소드 설명
SetMethod ( object method ) : BlockDispatcher

메소드 상세

BlockDispatcher() 공개 메소드

public BlockDispatcher ( BlockSignatureAttributes attributesAndArity, string sourcePath, int sourceLine ) : System.Linq.Expressions
attributesAndArity BlockSignatureAttributes
sourcePath string
sourceLine int
리턴 System.Linq.Expressions

프로퍼티 상세

_block 보호되어 있는 프로퍼티

protected T _block
리턴 T