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

ShowLocalVariables() private method

private ShowLocalVariables ( ) : void
return void
        public void ShowLocalVariables()
        {
            CompiledFixtures
                .GetDeclarations()
                .AssertPresenceOf("aNumber", "aString");
        }