C# Class UnityScript.Steps.SuppressWarnings

Inheritance: Boo.Lang.Compiler.Steps.AbstractCompilerStep
Datei anzeigen Open project: CarlosHBC/UnityDecompiled

Protected Properties

Property Type Description
_suppressed List

Public Methods

Method Description
Run ( ) : void
SuppressWarnings ( List suppressed ) : Boo.Lang
Warnings_Adding ( object sender, CompilerWarningEventArgs args ) : void

Method Details

Run() public method

public Run ( ) : void
return void

SuppressWarnings() public method

public SuppressWarnings ( List suppressed ) : Boo.Lang
suppressed List
return Boo.Lang

Warnings_Adding() public method

public Warnings_Adding ( object sender, CompilerWarningEventArgs args ) : void
sender object
args CompilerWarningEventArgs
return void

Property Details

_suppressed protected_oe property

protected List _suppressed
return List