C# 클래스 AspComet.Specifications.ChannelPatternExtensions

파일 보기 프로젝트 열기: nmosafi/aspComet

공개 메소드들

메소드 설명
ShouldMatch ( this pattern, string match ) : void
ShouldNotMatch ( this pattern, string match ) : void

메소드 상세

ShouldMatch() 공개 정적인 메소드

public static ShouldMatch ( this pattern, string match ) : void
pattern this
match string
리턴 void

ShouldNotMatch() 공개 정적인 메소드

public static ShouldNotMatch ( this pattern, string match ) : void
pattern this
match string
리턴 void