Initializes a new instance of the OutputFile class.
Namespace: CodeSmith.EngineAssembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
C# |
---|
public OutputFile( string outputFile, string dependentUpon, IDictionary<string, Object> metadata ) |
Visual Basic |
---|
Public Sub New ( outputFile As String, dependentUpon As String, metadata As IDictionary(Of String, Object) ) |
Parameters
- outputFile
- Type: System..::..String
The output file.
- dependentUpon
- Type: System..::..String
The file that output is dependent upon.
- metadata
- Type: System.Collections.Generic..::..IDictionary<(Of <(<'String, Object>)>)>
The metadata.