CreateFromFiles(IEnumerable<string>,Library?)
Last updated
Was this helpful?
Last updated
Was this helpful?
Method in CompilationJob
Creates a new CompilationJob using the contents of a collection of files.
public static CompilationJob CreateFromFiles(IEnumerable<string> paths, Library? library = null)
System.Collections.Generic.IEnumerable<string>
paths
The paths to the files.
library
The containing functions to use for this compilation.
A new CompilationJob .