CreateFromFiles(string[])
Summary
public static CompilationJob CreateFromFiles(params string[] paths)Parameters
Name
Description
Returns
Last updated
Was this helpful?
Method in CompilationJob
Creates a new CompilationJob using the contents of a collection of files.
public static CompilationJob CreateFromFiles(params string[] paths)string[] paths
The paths to the files.
A new CompilationJob .
Last updated
Was this helpful?
Was this helpful?
