CollectionConstraint Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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