Click or drag to resize
TypeNameAndObjectValue Constructor
Initializes a new instance of the TypeNameAndObjectValue class.

Namespace: ErrorUnit.Models
Assembly: ErrorUnit (in ErrorUnit.dll) Version: 1.3.0
Syntax
C#
public TypeNameAndObjectValue(
	string typeName,
	Object value
)

Parameters

typeName
Type: SystemString
Full Name of the type.
value
Type: SystemObject
The object value.
See Also