Open sandboxFocus

Property EntryPoint

EntryPoint

Gets the entry point (Main method) of the compilation, or null if the compilation does not have an entry point.

Declaration
IMethod? EntryPoint { get; }
Property Value
Type Description
IMethod