Boo.BooLangStudioSpecs.Intellisense.WhenShowingIntellisenseAtImportStatement.ShowSubNamespacesForPartialImport C# (CSharp) 메소드

ShowSubNamespacesForPartialImport() 개인적인 메소드

private ShowSubNamespacesForPartialImport ( ) : void
리턴 void
        public void ShowSubNamespacesForPartialImport()
        {
            CompiledFixtures
                .SetReferences(Assembly.LoadFrom(@"..\..\..\..\Dependencies\boo\build\Boo.Lang.dll"))
                .GetDeclarations()
                .AssertPresenceOf("Lang");
        }