C# Class FluentCodeMetrics.Core.TypeConstraintExtensions

Afficher le fichier Open project: ElemarJR/FluentCodeMetrics

Méthodes publiques

Méthode Description
And ( this left, TypeConstraint right ) : TypeConstraint
NestedTypes ( this that ) : TypeConstraint
Not ( this that ) : TypeConstraint
Or ( this left, TypeConstraint right ) : TypeConstraint

Method Details

And() public static méthode

public static And ( this left, TypeConstraint right ) : TypeConstraint
left this
right TypeConstraint
Résultat TypeConstraint

NestedTypes() public static méthode

public static NestedTypes ( this that ) : TypeConstraint
that this
Résultat TypeConstraint

Not() public static méthode

public static Not ( this that ) : TypeConstraint
that this
Résultat TypeConstraint

Or() public static méthode

public static Or ( this left, TypeConstraint right ) : TypeConstraint
left this
right TypeConstraint
Résultat TypeConstraint