CompilationLoader.Configuration.SkipMonomorphization Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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