For the complete documentation index, see llms.txt. This page is also available as Markdown.

TypeDeclarations

Property in CompilationJob

Summary

The collection of type declarations that should be imported and made available to the compiler, prior to compilation.

public IEnumerable<IType>? TypeDeclarations { get; set; }

Last updated

Was this helpful?