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

Operator used to test for the presence of a named Property on an object and optionally apply further tests to the value of that property.
Наследование: SelfResolvingOperator
Показать файл Открыть проект

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

Метод Описание
PropOperator ( string name )

Constructs a PropOperator for a particular named property

Reduce ( ConstraintBuilder stack ) : void

Reduce produces a constraint from the operator and any arguments. It takes the arguments from the constraint stack and pushes the resulting constraint on it.

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

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

Constructs a PropOperator for a particular named property
public PropOperator ( string name )
name string

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

Reduce produces a constraint from the operator and any arguments. It takes the arguments from the constraint stack and pushes the resulting constraint on it.
public Reduce ( ConstraintBuilder stack ) : void
stack ConstraintBuilder
Результат void