ArchiMetrics.CodeReview.Rules.Tests.Rules.SpellCheckingTests.GivenAMethodNameSpellingRule.GivenAMethodNameSpellingRule C# (CSharp) Метод

GivenAMethodNameSpellingRule() публичный Метод

public GivenAMethodNameSpellingRule ( ) : System.Linq
Результат System.Linq
            public GivenAMethodNameSpellingRule()
            {
                _rule = new MethodNameSpellingRule(new SpellChecker(new ExemptPatterns()));
            }
SpellCheckingTests.GivenAMethodNameSpellingRule