Boo.BooLangStudioSpecs.Intellisense.WhenShowingIntellisenseInMethodBody.ShowAllMethodsFromSameClass C# (CSharp) Метод

ShowAllMethodsFromSameClass() приватный Метод

private ShowAllMethodsFromSameClass ( ) : void
Результат void
        public void ShowAllMethodsFromSameClass()
        {
            CompiledFixtures
                .GetDeclarations()
                .AssertPresenceOf("FirstMethod", "SecondMethod");
        }