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 |
Gets the entry point (Main method) of the compilation, or null if the compilation does not have an entry point.
IMethod? EntryPoint { get; }| Type | Description |
|---|---|
| IMethod |