C# Class MoreInternals.Compiler.Tasks.Using

Resolves all @using directives. After this has run, we'll have a single flat collection of all more blocks and what not in a collection; while @imports persist (and will be written to disk) no more @usings will be found once this has returned.
Afficher le fichier Open project: kevin-montrose/More

Méthodes publiques

Méthode Description
Task ( List initialStatements ) : List

Private Methods

Méthode Description
EvaluateUsingsImpl ( string initialFile, List initialStatements, IFileLookup lookup ) : List

Method Details

Task() public static méthode

public static Task ( List initialStatements ) : List
initialStatements List
Résultat List