CompilerResultsEx(TempFileCollection) 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(
TempFileCollection tmpCol
)
Public Sub New (
tmpCol As TempFileCollection
)
Dim tmpCol As TempFileCollection
Dim instance As New CompilerResultsEx(tmpCol)
public:
CompilerResultsEx(
TempFileCollection^ tmpCol
)
new :
tmpCol : TempFileCollection -> CompilerResultsEx
No code example is currently available or this language may not be supported.
Parameters
- tmpCol TempFileCollection
-
A TempFileCollection with which to manage and store references to intermediate files generated during compilation.