InstanceOfTypeConstraint(Type) Constructor

Definition

Construct an InstanceOfTypeConstraint for the type provided

public InstanceOfTypeConstraint (Type type);
new NUnit.Framework.Constraints.InstanceOfTypeConstraint : Type -> NUnit.Framework.Constraints.InstanceOfTypeConstraint

Parameters

type
Type

The expected Type

Applies to