Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 777 Bytes

yarn.compiler.compilationjob.createfromfiles-1.md

File metadata and controls

26 lines (15 loc) · 777 Bytes

CompilationJob.CreateFromFiles(IEnumerable,Library)

Method in CompilationJob

Summary

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

public static CompilationJob CreateFromFiles(IEnumerable<string> paths, Library library = null)

Parameters

Name Description
System.Collections.Generic.IEnumerable<string> paths The paths to the files.
Yarn.Library library The Library containing functions to use for this compilation.

Returns

A new CompilationJob .