C# 클래스 Junior.Route.Routing.Restrictions.Restriction

파일 보기 프로젝트 열기: nathan-alden/junior-route

공개 메소드들

메소드 설명
And ( ) : IRestriction
And ( IEnumerable restrictions ) : IRestriction
Or ( ) : IRestriction
Or ( IEnumerable restrictions ) : IRestriction

메소드 상세

And() 공개 정적인 메소드

public static And ( ) : IRestriction
리턴 IRestriction

And() 공개 정적인 메소드

public static And ( IEnumerable restrictions ) : IRestriction
restrictions IEnumerable
리턴 IRestriction

Or() 공개 정적인 메소드

public static Or ( ) : IRestriction
리턴 IRestriction

Or() 공개 정적인 메소드

public static Or ( IEnumerable restrictions ) : IRestriction
restrictions IEnumerable
리턴 IRestriction