C# 클래스 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.
파일 보기 프로젝트 열기: kevin-montrose/More

공개 메소드들

메소드 설명
Task ( List initialStatements ) : List

비공개 메소드들

메소드 설명
EvaluateUsingsImpl ( string initialFile, List initialStatements, IFileLookup lookup ) : List

메소드 상세

Task() 공개 정적인 메소드

public static Task ( List initialStatements ) : List
initialStatements List
리턴 List