C# 클래스 Mono.CSharp.ResumableStatement

상속: Statement
파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
resume_point System.Reflection.Emit.Label

공개 메소드들

메소드 설명
EmitForDispose ( EmitContext ec, Mono.CSharp.Iterator iterator, Label end, bool have_dispatcher ) : void
PrepareForDispose ( EmitContext ec, Label end ) : Label
PrepareForEmit ( EmitContext ec ) : Label

메소드 상세

EmitForDispose() 공개 메소드

public EmitForDispose ( EmitContext ec, Mono.CSharp.Iterator iterator, Label end, bool have_dispatcher ) : void
ec EmitContext
iterator Mono.CSharp.Iterator
end System.Reflection.Emit.Label
have_dispatcher bool
리턴 void

PrepareForDispose() 공개 메소드

public PrepareForDispose ( EmitContext ec, Label end ) : Label
ec EmitContext
end System.Reflection.Emit.Label
리턴 System.Reflection.Emit.Label

PrepareForEmit() 공개 메소드

public PrepareForEmit ( EmitContext ec ) : Label
ec EmitContext
리턴 System.Reflection.Emit.Label

프로퍼티 상세

resume_point 보호되어 있는 프로퍼티

protected Label,System.Reflection.Emit resume_point
리턴 System.Reflection.Emit.Label