C# 클래스 FluentCodeMetrics.Core.TypeConstraintExtensions

파일 보기 프로젝트 열기: ElemarJR/FluentCodeMetrics

공개 메소드들

메소드 설명
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