CSharpEditor
1.1.2
A C# source code editor with syntax highlighting, intelligent code completion and real-time compilation error checking
|
A class to hold data for an event where a background compilation has completed. More...
Properties | |
CSharpCompilation | Compilation [get] |
A CSharpCompilation object containing information about the compilation that has completed, which can be used to Emit an assembly, if successful. More... | |
A class to hold data for an event where a background compilation has completed.
Definition at line 769 of file Editor.public.cs.
|
get |
A CSharpCompilation object containing information about the compilation that has completed, which can be used to Emit
an assembly, if successful.
Definition at line 774 of file Editor.public.cs.