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");
        }