Initializes a new instance of the PropertySerializerContext class.

Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public PropertySerializerContext(
	PropertyInfo propertyInfo,
	CodeTemplate instance
)
Visual Basic
Public Sub New ( 
	propertyInfo As PropertyInfo,
	instance As CodeTemplate
)

Parameters

propertyInfo
Type: System.Reflection..::..PropertyInfo
The property that the context points to.
instance
Type: CodeSmith.Engine..::..CodeTemplate
The CodeTemplate instance that the context points to.

See Also