C# Класс FluentCodeMetrics.Core.TypeConstraintExtensions

Показать файл Открыть проект

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

Метод Описание
And ( this left, TypeConstraint right ) : TypeConstraint
NestedTypes ( this that ) : TypeConstraint
Not ( this that ) : TypeConstraint
Or ( this left, TypeConstraint right ) : TypeConstraint

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

And() публичный статический Метод

public static And ( this left, TypeConstraint right ) : TypeConstraint
left this
right TypeConstraint
Результат TypeConstraint

NestedTypes() публичный статический Метод

public static NestedTypes ( this that ) : TypeConstraint
that this
Результат TypeConstraint

Not() публичный статический Метод

public static Not ( this that ) : TypeConstraint
that this
Результат TypeConstraint

Or() публичный статический Метод

public static Or ( this left, TypeConstraint right ) : TypeConstraint
left this
right TypeConstraint
Результат TypeConstraint