Verifies the type of the value.

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

Syntax

C#
protected static void VerifyValueType(
	Object value
)
Visual Basic
Protected Shared Sub VerifyValueType ( 
	value As Object
)

Parameters

value
Type: System..::..Object
The value to check.

See Also