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

NameDescription
System.Collections.Generic.IEnumerable<string> pathsThe paths to the files.
Yarn.Library libraryThe Library containing functions to use for this compilation.

Returns

A new CompilationJob .