C# 클래스 Microsoft.CSharp.RuntimeBinder.Semantics.EXPRBOUNDLAMBDA

상속: EXPR
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
OptionalBody Microsoft.CSharp.RuntimeBinder.Semantics.EXPRBLOCK

공개 메소드들

메소드 설명
ArgumentScope ( ) : Scope
DelegateType ( ) : AggregateType
Initialize ( Scope argScope ) : void

메소드 상세

ArgumentScope() 공개 메소드

public ArgumentScope ( ) : Scope
리턴 Scope

DelegateType() 공개 메소드

public DelegateType ( ) : AggregateType
리턴 AggregateType

Initialize() 공개 메소드

public Initialize ( Scope argScope ) : void
argScope Scope
리턴 void

프로퍼티 상세

OptionalBody 공개적으로 프로퍼티

public EXPRBLOCK,Microsoft.CSharp.RuntimeBinder.Semantics OptionalBody
리턴 Microsoft.CSharp.RuntimeBinder.Semantics.EXPRBLOCK