C# Class UnityScript.Steps.SuppressWarnings

Inheritance: Boo.Lang.Compiler.Steps.AbstractCompilerStep
Afficher le fichier Open project: CarlosHBC/UnityDecompiled

Protected Properties

Свойство Type Description
_suppressed List

Méthodes publiques

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

Method Details

Run() public méthode

public Run ( ) : void
Résultat void

SuppressWarnings() public méthode

public SuppressWarnings ( List suppressed ) : Boo.Lang
suppressed List
Résultat Boo.Lang

Warnings_Adding() public méthode

public Warnings_Adding ( object sender, CompilerWarningEventArgs args ) : void
sender object
args CompilerWarningEventArgs
Résultat void

Property Details

_suppressed protected_oe property

protected List _suppressed
Résultat List