AspComet.Specifications.ChannelPatternExtensions.ShouldNotMatch C# (CSharp) Méthode

ShouldNotMatch() public static méthode

public static ShouldNotMatch ( this pattern, string match ) : void
pattern this
match string
Résultat void
        public static void ShouldNotMatch(this ChannelPattern pattern, string match)
        {
            pattern.Matches(match).ShouldBeFalse();
        }
ChannelPatternExtensions