Restores the properties from a Hashtable.

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

Syntax

C#
public void RestorePropertiesFromHashtable(
	Hashtable properties
)
Visual Basic
Public Sub RestorePropertiesFromHashtable ( 
	properties As Hashtable
)

Parameters

properties
Type: System.Collections..::..Hashtable
Properties.

See Also