Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 510 Bytes

yarn.compiler.compilationjob.createfromfiles-2.md

File metadata and controls

25 lines (14 loc) · 510 Bytes

CompilationJob.CreateFromFiles(string[])

Method in CompilationJob

Summary

Creates a new CompilationJob using the contents of a collection of files.

public static CompilationJob CreateFromFiles(params string[] paths)

Parameters

Name Description
string[] paths The paths to the files.

Returns

A new CompilationJob .