CompilationLoader.Configuration.SkipMonomorphization Property

Definition

Unless this is set to true, all usages of type-parameterized callables are replaced with the concrete callable instantiation if an entry point is specified for the compilation. Removes all type-parameterizations in the syntax tree.

public bool SkipMonomorphization { get; set; }
member this.SkipMonomorphization : bool with get, set
Public Property SkipMonomorphization As Boolean

Property Value

Boolean

Applies to