ArchiMetrics.CodeReview.Rules.Tests.Rules.SpellCheckingTests.GivenAMultiLineCommentLanguageRule.GivenAMultiLineCommentLanguageRule C# (CSharp) Method

GivenAMultiLineCommentLanguageRule() public method

public GivenAMultiLineCommentLanguageRule ( ) : System.Linq
return System.Linq
            public GivenAMultiLineCommentLanguageRule()
            {
                _rule = new MultiLineCommentLanguageRule(new SpellChecker(new ExemptPatterns()));
            }