Boo.BooLangStudioSpecs.Intellisense.WhenShowingIntellisenseInMethodBody.ShowClassVariables C# (CSharp) 메소드

ShowClassVariables() 개인적인 메소드

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