C# Класс UnityEngine.NUnit.Framework.Constraints.NoneOperator

Represents a constraint that succeeds if none of the members of a collection match a base constraint.
Наследование: CollectionOperator
Показать файл Открыть проект

Открытые методы

Метод Описание
ApplyPrefix ( Constraint constraint ) : Constraint

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

Описание методов

ApplyPrefix() публичный Метод

Returns a constraint that will apply the argument to the members of a collection, succeeding if none of them succeed.
public ApplyPrefix ( Constraint constraint ) : Constraint
constraint Constraint
Результат Constraint