CompilerResultsEx(CompilerResults) Constructor
Namespace: DevCase.Core.Diagnostics.CodeCompilationAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public CompilerResultsEx(
CompilerResults cr
)
Public Sub New (
cr As CompilerResults
)
Dim cr As CompilerResults
Dim instance As New CompilerResultsEx(cr)
public:
CompilerResultsEx(
CompilerResults^ cr
)
new :
cr : CompilerResults -> CompilerResultsEx
No code example is currently available or this language may not be supported.
Parameters
- cr CompilerResults
-
A CompilerResults instance that contains the compiler results.