C# Class UnityEngine.NUnit.Framework.Constraints.SomeOperator

Represents a constraint that succeeds if any of the members of a collection match a base constraint.
Inheritance: CollectionOperator
显示文件 Open project: Unity-Technologies/nunitv2

Public Methods

Method Description
ApplyPrefix ( Constraint constraint ) : Constraint

Returns a constraint that will apply the argument to the members of a collection, succeeding if any of them succeed.

Method Details

ApplyPrefix() public method

Returns a constraint that will apply the argument to the members of a collection, succeeding if any of them succeed.
public ApplyPrefix ( Constraint constraint ) : Constraint
constraint Constraint
return Constraint