C# Class FluentCodeMetrics.Core.TypeConstraintExtensions

Datei anzeigen Open project: ElemarJR/FluentCodeMetrics

Public Methods

Method 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 method

public static And ( this left, TypeConstraint right ) : TypeConstraint
left this
right TypeConstraint
return TypeConstraint

NestedTypes() public static method

public static NestedTypes ( this that ) : TypeConstraint
that this
return TypeConstraint

Not() public static method

public static Not ( this that ) : TypeConstraint
that this
return TypeConstraint

Or() public static method

public static Or ( this left, TypeConstraint right ) : TypeConstraint
left this
right TypeConstraint
return TypeConstraint