C# 클래스 UnityScript.Steps.SuppressWarnings

상속: Boo.Lang.Compiler.Steps.AbstractCompilerStep
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled

보호된 프로퍼티들

프로퍼티 타입 설명
_suppressed List

공개 메소드들

메소드 설명
Run ( ) : void
SuppressWarnings ( List suppressed ) : Boo.Lang
Warnings_Adding ( object sender, CompilerWarningEventArgs args ) : void

메소드 상세

Run() 공개 메소드

public Run ( ) : void
리턴 void

SuppressWarnings() 공개 메소드

public SuppressWarnings ( List suppressed ) : Boo.Lang
suppressed List
리턴 Boo.Lang

Warnings_Adding() 공개 메소드

public Warnings_Adding ( object sender, CompilerWarningEventArgs args ) : void
sender object
args CompilerWarningEventArgs
리턴 void

프로퍼티 상세

_suppressed 보호되어 있는 프로퍼티

protected List _suppressed
리턴 List