C# Class ColorCode.Compilation.Languages.ExternalLanguage

Inheritance: ILanguage
Afficher le fichier Open project: Code52/ColourCode

Méthodes publiques

Méthode Description
ExternalLanguage ( FileInfo file ) : System.Collections.Generic
ExternalLanguage ( string filecontents ) : System.Collections.Generic

Private Methods

Méthode Description
Parse ( string contents ) : void

Method Details

ExternalLanguage() public méthode

public ExternalLanguage ( FileInfo file ) : System.Collections.Generic
file System.IO.FileInfo
Résultat System.Collections.Generic

ExternalLanguage() public méthode

public ExternalLanguage ( string filecontents ) : System.Collections.Generic
filecontents string
Résultat System.Collections.Generic