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?