InstanceOfTypeConstraint.

InstanceOfTypeConstraint(Type) Constructor

Summary

Construct an InstanceOfTypeConstraint for the type provided
Namespace
TCLite.Constraints
Containing Type
InstanceOfTypeConstraint

Syntax

public InstanceOfTypeConstraint(Type type)

Parameters

Name Type Description
type Type The expected Type

Return Value

Type Description
void