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

ShowClassVariables() private method

private ShowClassVariables ( ) : void
return void
        public void ShowClassVariables()
        {
            CompiledFixtures
                .GetDeclarations()
                .AssertPresenceOf("myClassString", "myClassInteger");
        }