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

ShowCurrentMethod() 개인적인 메소드

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