C# Class ColorCode.Compilation.Languages.ExternalLanguage

Inheritance: ILanguage
Mostra file Open project: Code52/ColourCode

Public Methods

Method Description
ExternalLanguage ( FileInfo file ) : System.Collections.Generic
ExternalLanguage ( string filecontents ) : System.Collections.Generic

Private Methods

Method Description
Parse ( string contents ) : void

Method Details

ExternalLanguage() public method

public ExternalLanguage ( FileInfo file ) : System.Collections.Generic
file System.IO.FileInfo
return System.Collections.Generic

ExternalLanguage() public method

public ExternalLanguage ( string filecontents ) : System.Collections.Generic
filecontents string
return System.Collections.Generic