Initializes a new instance of the Variable class

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

Syntax

C#
public Variable(
	string key,
	string value
)
Visual Basic
Public Sub New ( 
	key As String,
	value As String
)

Parameters

key
Type: System..::..String
value
Type: System..::..String

See Also