CreateFromFiles(IEnumerable<string>,Library)
Method in CompilationJob
Summary
Creates a new CompilationJob using the contents of a collection of files.
Parameters
Name | Description |
---|---|
| The paths to the files. |
Yarn.Library library | The Library containing functions to use for this compilation. |
Returns
A new CompilationJob .
Last updated