ExactTypeConstraint(Type) Constructor

Definition

Construct an ExactTypeConstraint for a given Type

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

Parameters

type
Type

The expected Type.

Applies to