C# 클래스 Boo.Lang.Compiler.CompilerStepEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: boo/boo-lang 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Step ICompilerStep

공개 메소드들

메소드 설명
CompilerStepEventArgs ( CompilerContext context, ICompilerStep step ) : System

메소드 상세

CompilerStepEventArgs() 공개 메소드

public CompilerStepEventArgs ( CompilerContext context, ICompilerStep step ) : System
context CompilerContext
step ICompilerStep
리턴 System

프로퍼티 상세

Step 공개적으로 프로퍼티

public ICompilerStep Step
리턴 ICompilerStep