Initializes a new instance of the PropertySerializerContext class.
Namespace: CodeSmith.EngineAssembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
| C# |
|---|
public PropertySerializerContext( PropertyInfo propertyInfo, CodeTemplate instance, string workingDirectory ) |
| Visual Basic |
|---|
Public Sub New ( propertyInfo As PropertyInfo, instance As CodeTemplate, workingDirectory As String ) |
Parameters
- propertyInfo
- Type: System.Reflection..::..PropertyInfo
The property info.
- instance
- Type: CodeSmith.Engine..::..CodeTemplate
The instance.
- workingDirectory
- Type: System..::..String
The working directory.