Boo.BooLangStudioSpecs.Intellisense.WhenShowingIntellisenseInMethodBody.ShowCurrentMethod C# (CSharp) Method

ShowCurrentMethod() private method

private ShowCurrentMethod ( ) : void
return void
        public void ShowCurrentMethod()
        {
            CompiledFixtures
                .GetDeclarations()
                .AssertPresenceOf("FirstMethod", "SecondMethod");
        }