CollectionConstraint Constructors

Definition

Overloads

CollectionConstraint()

Construct an empty CollectionConstraint

CollectionConstraint(Object)

Construct a CollectionConstraint

CollectionConstraint()

Construct an empty CollectionConstraint

protected CollectionConstraint ();

Applies to

CollectionConstraint(Object)

Construct a CollectionConstraint

protected CollectionConstraint (object arg);
new NUnit.Framework.Constraints.CollectionConstraint : obj -> NUnit.Framework.Constraints.CollectionConstraint

Parameters

arg
Object

Applies to