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

Operator that tests for the presence of a particular attribute on a type and optionally applies further tests to the attribute.
Наследование: SelfResolvingOperator
Показать файл Открыть проект

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

Метод Описание
AttributeOperator ( Type type ) : System

Construct an AttributeOperator for a particular Type

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.

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

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

Construct an AttributeOperator for a particular Type
public AttributeOperator ( Type type ) : System
type System.Type The Type of attribute tested
Результат System

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