All pages
Powered by GitBook
1 of 1

Loading...

CreateFromFiles(IEnumerable<string>,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.

A new .

library

The containing functions to use for this compilation.

Returns

CompilationJob
Yarn.Library
Library