C# Class AspComet.Specifications.ChannelPatternExtensions

Mostrar archivo Open project: nmosafi/aspComet

Public Methods

Method Description
ShouldMatch ( this pattern, string match ) : void
ShouldNotMatch ( this pattern, string match ) : void

Method Details

ShouldMatch() public static method

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

ShouldNotMatch() public static method

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