C# Class UnityEditor.Scripting.Compilers.MicrosoftCSharpCompilerOutputParser

Inheritance: CompilerOutputParserBase
Datei anzeigen Open project: randomize/VimConfig

Protected Methods

Method Description
GetErrorIdentifier ( ) : string
GetOutputRegex ( ) : Regex

Method Details

GetErrorIdentifier() protected method

protected GetErrorIdentifier ( ) : string
return string

GetOutputRegex() protected method

protected GetOutputRegex ( ) : Regex
return System.Text.RegularExpressions.Regex