Initializes a new instance of the InMemoryCodeTemplateInfo class

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

Syntax

C#
public InMemoryCodeTemplateInfo(
	string content,
	string fullPath
)
Visual Basic
Public Sub New ( 
	content As String,
	fullPath As String
)

Parameters

content
Type: System..::..String
fullPath
Type: System..::..String

See Also